diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/src/main/AndroidManifest.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index fb02700..3c9a37b 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml | |||
@@ -27,12 +27,14 @@ | |||
27 | 27 | ||
28 | <activity | 28 | <activity |
29 | android:name=".activities.ConfigureActivity" | 29 | android:name=".activities.ConfigureActivity" |
30 | android:configChanges="orientation|screenSize" | ||
30 | android:parentActivityName=".activities.StartActivity" | 31 | android:parentActivityName=".activities.StartActivity" |
31 | android:theme="@style/AppTheme.NoActionBar"> | 32 | android:theme="@style/AppTheme.NoActionBar"> |
32 | </activity> | 33 | </activity> |
33 | 34 | ||
34 | <activity | 35 | <activity |
35 | android:name=".activities.StatusActivity" | 36 | android:name=".activities.StatusActivity" |
37 | android:configChanges="orientation|screenSize" | ||
36 | android:theme="@style/AppTheme.NoActionBar"> | 38 | android:theme="@style/AppTheme.NoActionBar"> |
37 | </activity> | 39 | </activity> |
38 | 40 | ||