Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
Fix: don't allow multiple apps
Browse files Browse the repository at this point in the history
  • Loading branch information
sheenhx authored Sep 7, 2023
1 parent 49d0df0 commit 292aaf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<activity android:name=".MainActivity"
android:exported="true"
android:launchMode="singleTop"
android:launchMode="singleInstance"
android:theme="@style/LaunchTheme"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode" android:hardwareAccelerated="true" android:windowSoftInputMode="adjustResize">
<!-- Specifies an Android theme to apply to this Activity as soon as
Expand Down Expand Up @@ -87,4 +87,4 @@
android:name="CHANNEL"
android:value="${CHANNEL}" />
</application>
</manifest>
</manifest>

0 comments on commit 292aaf5

Please sign in to comment.