Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #630 from dinsic-pim/yostyle/improve_launchmode
Browse files Browse the repository at this point in the history
Configure correctly activity launchmode
  • Loading branch information
yostyle authored Oct 1, 2020
2 parents cf48fcb + 52d37ba commit 2df53a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vector/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@
<activity
android:name="fr.gouv.tchap.activity.NotificationListenerDetectionActivity"
android:configChanges="orientation|screenSize"
android:theme="@style/AppTheme.NoActionBar.Swipe.Dark">
android:theme="@style/AppTheme.NoActionBar.Swipe.Dark"
android:launchMode="singleTask"
android:taskAffinity="">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
Expand Down

0 comments on commit 2df53a1

Please sign in to comment.