1
0
Fork 0
mirror of https://github.com/M66B/NetGuard.git synced 2025-01-03 05:44:14 +00:00

Handle orientation changes

This commit is contained in:
M66B 2015-10-25 13:26:15 +01:00
parent 9a4e9e52fb
commit 9efc0f9155

View file

@ -13,6 +13,7 @@
android:theme="@style/AppTheme">
<activity
android:name=".ActivityMain"
android:configChanges="orientation|screenSize"
android:launchMode="singleTop">
<intent-filter>
<action android:name="android.intent.action.MAIN" />