You need to sign in or sign up before continuing.
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 @@
<activity
android:name=".MainActivity"
android:label="@string/app_name"
android:launchMode="singleTask"
android:screenOrientation="portrait"
android:theme="@style/AppTheme.NoActionBar">
<intent-filter android:autoVerify="true">
......@@ -103,7 +102,6 @@
</activity>
<activity
android:name=".LoginActivity"
android:launchMode="singleTask"
android:screenOrientation="portrait">
<intent-filter>
<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