mirror of
https://github.com/revanced/revanced-patches
synced 2025-02-14 17:36:50 +01:00
fix a bug where the Skip count tracking option wouldn't change
This commit is contained in:
parent
ea9103ac3a
commit
1fe85c0c0b
@ -122,6 +122,7 @@ public class SponsorBlockSettings {
|
||||
if (tmp1 != null)
|
||||
adjustNewSegmentMillis = Integer.parseInt(tmp1);
|
||||
|
||||
countSkips = preferences.getBoolean(PREFERENCES_KEY_COUNT_SKIPS, countSkips);
|
||||
|
||||
uuid = preferences.getString(PREFERENCES_KEY_UUID, null);
|
||||
if (uuid == null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user