remove configChanges for MainActivity

Makes it so simply rotating duplicates the grey-screen GamesList problem.
This commit is contained in:
Eric House 2017-01-28 11:03:33 -08:00
parent afb0c1d3ee
commit f9cc524028
2 changed files with 0 additions and 2 deletions

View file

@ -60,7 +60,6 @@
<activity android:name="MainActivity"
android:label="@string/app_name"
android:launchMode="standard"
android:configChanges="keyboardHidden|orientation|screenSize"
>
<intent-filter>
<action android:name="android.intent.action.MAIN" />

View file

@ -63,7 +63,6 @@
<activity android:name="MainActivity"
android:label="@string/app_name"
android:launchMode="standard"
android:configChanges="keyboardHidden|orientation|screenSize"
>
<intent-filter>
<action android:name="android.intent.action.MAIN" />