mirror of
https://github.com/revanced/revanced-integrations.git
synced 2024-11-27 22:36:51 +01:00
fix(youtube/theme): set correct default seekbar color
This commit is contained in:
parent
e34e75133c
commit
a91b0363a8
@ -9,7 +9,7 @@ public final class ThemePatch {
|
||||
|
||||
private static void resetSeekbarColor() {
|
||||
ReVancedUtils.showToastShort("Invalid seekbar color value. Using default value.");
|
||||
SettingsEnum.SEEKBAR_COLOR.saveValue(Integer.toHexString(DEFAULT_SEEKBAR_COLOR));
|
||||
SettingsEnum.SEEKBAR_COLOR.saveValue("#" + Integer.toHexString(DEFAULT_SEEKBAR_COLOR));
|
||||
}
|
||||
|
||||
public static int getSeekbarColorValue() {
|
||||
|
Loading…
Reference in New Issue
Block a user