Skip to content

Commit

Permalink
Added singleTask tag
Browse files Browse the repository at this point in the history
It was added singleTask tag in SessionActivity
to open only one activity for time.

fix #62
  • Loading branch information
AmaroNeto authored and ericbbraga committed Sep 3, 2018
1 parent 802fe86 commit 55c6da2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
</intent-filter>
</activity>

<activity android:name=".ui.session.SessionActivity">
<activity android:name=".ui.session.SessionActivity"
android:launchMode="singleTask">
<intent-filter android:label="@string/app_name">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
Expand Down

0 comments on commit 55c6da2

Please sign in to comment.