fix change category crash

This commit is contained in:
caneleex 2021-04-22 21:17:15 +02:00
parent 69b3737607
commit 19cbc7c550
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ public abstract class SponsorBlockUtils {
voteForSegment(segment, false, null);
break;
case CATEGORY_CHANGE:
onNewCategorySelect(segment, con);
onNewCategorySelect(segment, context);
break;
}
appContext = new WeakReference<>(con);