Commit 8152623f authored by Sajal Narang's avatar Sajal Narang

Make activities start as different instances for each task

parent 922d915b
...@@ -31,7 +31,6 @@ ...@@ -31,7 +31,6 @@
<activity <activity
android:name=".MainActivity" android:name=".MainActivity"
android:label="@string/app_name" android:label="@string/app_name"
android:launchMode="singleTask"
android:screenOrientation="portrait" android:screenOrientation="portrait"
android:theme="@style/AppTheme.NoActionBar"> android:theme="@style/AppTheme.NoActionBar">
<intent-filter android:autoVerify="true"> <intent-filter android:autoVerify="true">
...@@ -103,7 +102,6 @@ ...@@ -103,7 +102,6 @@
</activity> </activity>
<activity <activity
android:name=".LoginActivity" android:name=".LoginActivity"
android:launchMode="singleTask"
android:screenOrientation="portrait"> android:screenOrientation="portrait">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.MAIN" /> <action android:name="android.intent.action.MAIN" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment