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