Use singleTask launch mode (#44)

Fixes #40 

I believe this will fix the issue seen in #40
This commit is contained in:
damontecres 2025-10-19 18:39:01 -04:00 committed by GitHub
parent 8904360fb5
commit 4c2a59a81c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,8 @@
android:usesCleartextTraffic="true">
<activity
android:name=".MainActivity"
android:exported="true">
android:exported="true"
android:launchMode="singleTask">
<intent-filter>
<action android:name="android.intent.action.MAIN" />