mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-23 02:07:33 +01:00
Merge pull request #20 from caneleex/fix/countSkips
fix a bug where the Skip count tracking option wouldn't change
This commit is contained in:
commit
0d0b4f41de
@ -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