Browse Source

Fixed drawer home item issue (#18)

pull/24/head
Ezerous 8 years ago
parent
commit
29430505c3
  1. 2
      app/src/main/AndroidManifest.xml

2
app/src/main/AndroidManifest.xml

@ -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"/>

Loading…
Cancel
Save