Merge pull request #120 from brarcher/handleConfigChanges

handle orientation and resize config change for IntroActivity
This commit is contained in:
Branden Archer
2017-06-28 22:48:50 -04:00
committed by GitHub

View File

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