fix change category crash

This commit is contained in:
caneleex 2021-04-22 21:17:15 +02:00
parent c87b38330a
commit 2edb665b8b

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);