mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-24 19:21:03 +00:00
fix(YouTube Music): Use correct light/dark mode settings UI
This commit is contained in:
@@ -27,6 +27,9 @@ public class GoogleApiActivityHook extends BaseActivityHook {
|
|||||||
// Logging anything under non debug ensures this is set.
|
// Logging anything under non debug ensures this is set.
|
||||||
Logger.printInfo(() -> "Permanent repeat enabled: " + Settings.PERMANENT_REPEAT.get());
|
Logger.printInfo(() -> "Permanent repeat enabled: " + Settings.PERMANENT_REPEAT.get());
|
||||||
|
|
||||||
|
// YT Music always uses dark mode.
|
||||||
|
Utils.setIsDarkModeEnabled(true);
|
||||||
|
|
||||||
return new GoogleApiActivityHook();
|
return new GoogleApiActivityHook();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user