mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-04-03 23:31:48 -04:00
Merge pull request #1118 from pfaffenrodt/feature/clean-about
Cleaning code in about page
This commit is contained in:
@@ -1005,10 +1005,7 @@ public class LoyaltyCardViewActivity extends CatimaAppCompatActivity implements
|
||||
setSupportActionBar(portraitToolbar);
|
||||
}
|
||||
|
||||
ActionBar actionBar = getSupportActionBar();
|
||||
if (actionBar != null) {
|
||||
actionBar.setDisplayHomeAsUpEnabled(true);
|
||||
}
|
||||
enableToolbarBackButton();
|
||||
}
|
||||
|
||||
private void drawBarcode(boolean addPadding) {
|
||||
|
||||
Reference in New Issue
Block a user