add activityOverridesNavBarColor to not set colour twice

This commit is contained in:
FC (Fay) Stegerman
2023-10-15 22:18:48 +02:00
committed by Sylvia van Os
parent 7fa8ae8697
commit bd1376e6bf
2 changed files with 6 additions and 1 deletions

View File

@@ -555,6 +555,7 @@ public class LoyaltyCardViewActivity extends CatimaAppCompatActivity implements
@Override
protected void onResume() {
activityOverridesNavBarColor = true;
super.onResume();
Log.i(TAG, "To view card: " + loyaltyCardId);