Merge pull request #14 from jackson-elfers/fix-reload-on-rotate

add: android:configChanges=orientation|screenSize to manifest
This commit is contained in:
Max 2020-05-29 01:00:32 +02:00 committed by GitHub
commit a1736b80cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@
android:theme="@style/AppTheme" android:theme="@style/AppTheme"
tools:ignore="GoogleAppIndexingWarning"> tools:ignore="GoogleAppIndexingWarning">
<activity <activity
android:configChanges="orientation|screenSize"
android:name="com.example.app.MainActivity" android:name="com.example.app.MainActivity"
android:label="@string/app_name" > android:label="@string/app_name" >
<intent-filter> <intent-filter>