mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-06 18:15: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() {
|
private static void resetSeekbarColor() {
|
||||||
ReVancedUtils.showToastShort("Invalid seekbar color value. Using default value.");
|
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() {
|
public static int getSeekbarColorValue() {
|
||||||
|
Loading…
Reference in New Issue
Block a user