Fix preview toast bug
This commit is contained in:
parent
0127c35462
commit
aa8a711bca
2 changed files with 2 additions and 0 deletions
|
@ -324,6 +324,7 @@ public class LocalPlayer implements com.google.android.exoplayer2.Player.Listene
|
||||||
case "preview":
|
case "preview":
|
||||||
toastText = context
|
toastText = context
|
||||||
.getString(R.string.sponsor_block_skip_preview_toast);
|
.getString(R.string.sponsor_block_skip_preview_toast);
|
||||||
|
break;
|
||||||
case "filler":
|
case "filler":
|
||||||
toastText = context
|
toastText = context
|
||||||
.getString(R.string.sponsor_block_skip_filler_toast);
|
.getString(R.string.sponsor_block_skip_filler_toast);
|
||||||
|
|
|
@ -1842,6 +1842,7 @@ public final class Player implements
|
||||||
case "preview":
|
case "preview":
|
||||||
toastText = context
|
toastText = context
|
||||||
.getString(R.string.sponsor_block_skip_preview_toast);
|
.getString(R.string.sponsor_block_skip_preview_toast);
|
||||||
|
break;
|
||||||
case "filler":
|
case "filler":
|
||||||
toastText = context
|
toastText = context
|
||||||
.getString(R.string.sponsor_block_skip_filler_toast);
|
.getString(R.string.sponsor_block_skip_filler_toast);
|
||||||
|
|
Loading…
Reference in a new issue