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:
Branden Archer
2017-06-28 22:41:33 -04:00
parent 2d3bd4a375
commit f54905f218

View File

@@ -51,6 +51,7 @@
<activity
android:name=".IntroActivity"
android:label=""
android:configChanges="orientation|screenSize"
android:theme="@style/AppTheme.NoActionBar"/>
</application>