mirror of
https://github.com/revanced/revanced-patches
synced 2025-02-15 16:26:48 +01:00
make sure nothing weird happens here
This commit is contained in:
parent
904e338bc0
commit
5c15f62458
@ -272,7 +272,7 @@ public class PlayerController {
|
||||
Context context = YouTubeTikTokRoot_Application.getAppContext();
|
||||
if (context != null) {
|
||||
SharedPreferences preferences = SponsorBlockSettings.getPreferences(context);
|
||||
long newSkippedTime = skippedTime + segment.end - segment.start;
|
||||
long newSkippedTime = skippedTime + (segment.end - segment.start);
|
||||
preferences.edit().putInt(SponsorBlockSettings.PREFERENCES_KEY_SKIPPED_SEGMENTS, skippedSegments + 1).apply();
|
||||
preferences.edit().putLong(SponsorBlockSettings.PREFERENCES_KEY_SKIPPED_SEGMENTS_TIME, newSkippedTime).apply();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user