diff --git a/app/src/main/java/protect/card_locker/LoyaltyCardViewActivity.java b/app/src/main/java/protect/card_locker/LoyaltyCardViewActivity.java index 35f80e0bb..fe6d254ce 100644 --- a/app/src/main/java/protect/card_locker/LoyaltyCardViewActivity.java +++ b/app/src/main/java/protect/card_locker/LoyaltyCardViewActivity.java @@ -640,7 +640,7 @@ public class LoyaltyCardViewActivity extends CatimaAppCompatActivity implements binding.bottomAppBar.setBackgroundColor(darkenedColor); if (Build.VERSION.SDK_INT >= 27) { WindowInsetsControllerCompat wic = new WindowInsetsControllerCompat(getWindow(), binding.getRoot()); - wic.setAppearanceLightNavigationBars(false); + wic.setAppearanceLightNavigationBars(Utils.needsDarkForeground(darkenedColor)); getWindow().setNavigationBarColor(darkenedColor); }