Fix back icon direction on RTL layouts

This commit is contained in:
Sylvia van Os
2022-07-23 17:38:51 +02:00
parent 3bed947ba9
commit 6bb8cc8bc9
3 changed files with 3 additions and 2 deletions

View File

@@ -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