mirror of
https://github.com/yuliskov/SmartTube.git
synced 2026-05-01 02:21:23 -05:00
refactor
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ public class ContentBlockData {
|
||||
|
||||
String[] split = Helpers.splitObjectLegacy(data);
|
||||
|
||||
mIsSponsorBlockEnabled = Helpers.parseBoolean(split, 0, false);
|
||||
mIsSponsorBlockEnabled = Helpers.parseBoolean(split, 0, true);
|
||||
mNotificationType = Helpers.parseInt(split, 1, NOTIFICATION_TYPE_TOAST);
|
||||
String categories = Helpers.parseStr(split, 2);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user