mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-05-13 20:27:06 +02: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…
x
Reference in New Issue
Block a user