mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-09-17 09:00:58 -04:00
handle orientation and resize config change for IntroActivity
If orientation and resize are not handled if the screen is rotate or resized the IntroSlide fragment loses its layout, and when it tries inflates the layout it fails to do so.
This commit is contained in:
1 parent
2d3bd4a375
commit
f54905f218
1 file changed
+1
@@ -51,6 +51,7 @@
|
||||
<activity
|
||||
android:name=".IntroActivity"
|
||||
android:label=""
|
||||
android:configChanges="orientation|screenSize"
|
||||
android:theme="@style/AppTheme.NoActionBar"/>
|
||||
</application>
|
||||
|
||||
|
||||
Reference in new issue
Block a user