Merge pull request #14 from jackson-elfers/fix-reload-on-rotate
add: android:configChanges=orientation|screenSize to manifest
This commit is contained in:
commit
a1736b80cd
@ -12,6 +12,7 @@
|
||||
android:theme="@style/AppTheme"
|
||||
tools:ignore="GoogleAppIndexingWarning">
|
||||
<activity
|
||||
android:configChanges="orientation|screenSize"
|
||||
android:name="com.example.app.MainActivity"
|
||||
android:label="@string/app_name" >
|
||||
<intent-filter>
|
||||
|
Loading…
Reference in New Issue
Block a user