This commit is contained in:
Sylvia van Os
2021-08-22 16:16:27 +02:00
parent f4945c2cd2
commit 83ea6ffbf7
12 changed files with 33 additions and 70 deletions

View File

@@ -39,11 +39,6 @@ public class ScanActivity extends CatimaAppCompatActivity {
private String addGroup;
private boolean torch = false;
@Override
protected void attachBaseContext(Context base) {
super.attachBaseContext(Utils.updateBaseContextLocale(base));
}
private void extractIntentFields(Intent intent) {
final Bundle b = intent.getExtras();
cardId = b != null ? b.getString(LoyaltyCardEditActivity.BUNDLE_CARDID) : null;