diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e2d1cc62..9f19c403f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - Display archived card count in group overview - Improve display of selected cards - Fix crash when leaving cardview in RTL layouts for cards with expiry or balance +- Fix back arrow in card view pointing the wrong way in RTL layouts ## v2.17.1 - 109 diff --git a/app/src/main/java/protect/card_locker/LoyaltyCardViewActivity.java b/app/src/main/java/protect/card_locker/LoyaltyCardViewActivity.java index ddac48c6e..54f8f7682 100644 --- a/app/src/main/java/protect/card_locker/LoyaltyCardViewActivity.java +++ b/app/src/main/java/protect/card_locker/LoyaltyCardViewActivity.java @@ -637,7 +637,7 @@ public class LoyaltyCardViewActivity extends CatimaAppCompatActivity implements backgroundNeedsDarkIcons = Utils.needsDarkForeground(backgroundHeaderColor); ActionBar actionBar = getSupportActionBar(); if (actionBar != null) { - actionBar.setHomeAsUpIndicator(getIcon(R.drawable.ic_arrow_back_white, backgroundNeedsDarkIcons)); + actionBar.setHomeAsUpIndicator(getIcon(R.drawable.home_arrow_back_white, backgroundNeedsDarkIcons)); } // Make notification area light if dark icons are needed diff --git a/app/src/main/res/drawable/ic_arrow_back_white.xml b/app/src/main/res/drawable/home_arrow_back_white.xml similarity index 74% rename from app/src/main/res/drawable/ic_arrow_back_white.xml rename to app/src/main/res/drawable/home_arrow_back_white.xml index d3387c433..7f4a0d192 100644 --- a/app/src/main/res/drawable/ic_arrow_back_white.xml +++ b/app/src/main/res/drawable/home_arrow_back_white.xml @@ -1,4 +1,4 @@ -