mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-01-01 19:47:54 -05: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:
@@ -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