mirror of
https://github.com/revanced/revanced-integrations.git
synced 2024-11-17 17:39:36 +01:00
fix change category crash
This commit is contained in:
parent
c87b38330a
commit
2edb665b8b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user