Fix preview toast bug

This commit is contained in:
Bolu 2022-07-11 13:07:22 +02:00
parent 0127c35462
commit aa8a711bca
2 changed files with 2 additions and 0 deletions

View file

@ -324,6 +324,7 @@ public class LocalPlayer implements com.google.android.exoplayer2.Player.Listene
case "preview":
toastText = context
.getString(R.string.sponsor_block_skip_preview_toast);
break;
case "filler":
toastText = context
.getString(R.string.sponsor_block_skip_filler_toast);

View file

@ -1842,6 +1842,7 @@ public final class Player implements
case "preview":
toastText = context
.getString(R.string.sponsor_block_skip_preview_toast);
break;
case "filler":
toastText = context
.getString(R.string.sponsor_block_skip_filler_toast);