From 1c8ef34b8a2d5c2c7567aded75ff93597d8795e4 Mon Sep 17 00:00:00 2001 From: Branden Archer Date: Sat, 21 May 2016 22:43:54 -0400 Subject: [PATCH] Remove unneeded parentActivtyName attributes --- app/src/main/AndroidManifest.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index f55a3bfed..9a900e199 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -36,14 +36,12 @@ android:name=".LoyaltyCardViewActivity" android:theme="@style/AppTheme.NoActionBar" android:configChanges="orientation|screenSize" - android:windowSoftInputMode="stateHidden" - android:parentActivityName="protect.card_locker.MainActivity"/> + android:windowSoftInputMode="stateHidden"/> + android:theme="@style/AppTheme.NoActionBar"/>