mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-06-13 05:37:38 +02:00
fix(youtube/theme): revert comment box background color hook (#210)
This reverts commit f8cb38e57a
.
This commit is contained in:
@ -25,7 +25,7 @@ public class LithoThemePatch {
|
|||||||
var isDarkTheme = ThemeHelper.isDarkTheme();
|
var isDarkTheme = ThemeHelper.isDarkTheme();
|
||||||
|
|
||||||
if ((isDarkTheme && anyEquals(originalValue, DARKCONSTANTS)) || (!isDarkTheme && anyEquals(originalValue, WHITECONSTANTS)))
|
if ((isDarkTheme && anyEquals(originalValue, DARKCONSTANTS)) || (!isDarkTheme && anyEquals(originalValue, WHITECONSTANTS)))
|
||||||
return -16777215;
|
return 0;
|
||||||
return originalValue;
|
return originalValue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user