Merge pull request #210 from 0xb01u/sponsorblock-fix-previewrecap-toast

Fix preview/recap toast bug
This commit is contained in:
poly 2022-07-11 09:12:28 -06:00 committed by GitHub
commit 590d1f5ac9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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);