mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-01-28 16:51:46 -05:00
Revert "[UI] Fix colors on navigationBarColor (#1010)"
This reverts commit d0e80f76d6.
This commit is contained in:
@@ -495,7 +495,6 @@ public class Utils {
|
||||
TypedValue typedValue = new TypedValue();
|
||||
activity.getTheme().resolveAttribute(android.R.attr.colorBackground, typedValue, true);
|
||||
activity.findViewById(android.R.id.content).setBackgroundColor(typedValue.data);
|
||||
activity.getWindow().setNavigationBarColor(typedValue.data);
|
||||
}
|
||||
|
||||
public static void updateMenuCardDetailsButtonState(MenuItem item, boolean currentlyExpanded) {
|
||||
|
||||
Reference in New Issue
Block a user