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 committed 2017-06-28 22:42:02 -04:00
1 parent 2d3bd4a375
commit f54905f218
1 file changed
+1
+1
View File
@@ -51,6 +51,7 @@
<activity
android:name=".IntroActivity"
android:label=""
android:configChanges="orientation|screenSize"
android:theme="@style/AppTheme.NoActionBar"/>
</application>