mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-07 10:35:49 +01:00
fix a bug where the Skip count tracking option wouldn't change
This commit is contained in:
parent
a47bdb3a2b
commit
9cdc1ed857
@ -122,6 +122,7 @@ public class SponsorBlockSettings {
|
|||||||
if (tmp1 != null)
|
if (tmp1 != null)
|
||||||
adjustNewSegmentMillis = Integer.parseInt(tmp1);
|
adjustNewSegmentMillis = Integer.parseInt(tmp1);
|
||||||
|
|
||||||
|
countSkips = preferences.getBoolean(PREFERENCES_KEY_COUNT_SKIPS, countSkips);
|
||||||
|
|
||||||
uuid = preferences.getString(PREFERENCES_KEY_UUID, null);
|
uuid = preferences.getString(PREFERENCES_KEY_UUID, null);
|
||||||
if (uuid == null) {
|
if (uuid == null) {
|
||||||
|
Loading…
Reference in New Issue
Block a user