|
@ -19,7 +19,7 @@ |
|
|
android:name=".activities.main.MainActivity" |
|
|
android:name=".activities.main.MainActivity" |
|
|
android:configChanges="orientation|screenSize" |
|
|
android:configChanges="orientation|screenSize" |
|
|
android:label="@string/app_name" |
|
|
android:label="@string/app_name" |
|
|
android:launchMode="singleTop" |
|
|
android:launchMode="singleTask" |
|
|
android:theme="@style/AppTheme.NoActionBar"> |
|
|
android:theme="@style/AppTheme.NoActionBar"> |
|
|
<intent-filter> |
|
|
<intent-filter> |
|
|
<action android:name="android.intent.action.MAIN"/> |
|
|
<action android:name="android.intent.action.MAIN"/> |
|
|