Skip to content

Commit

Permalink
fix: revert launch mode to singleInstance (WPB-9014) (#2975)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohassine authored May 6, 2024
1 parent 2c3d789 commit 70de7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
android:name=".ui.WireActivity"
android:exported="true"
android:hardwareAccelerated="true"
android:launchMode="singleTop"
android:launchMode="singleTask"
android:screenOrientation="portrait"
android:theme="@style/AppTheme.SplashScreen"
android:windowSoftInputMode="adjustResize|stateHidden">
Expand Down

0 comments on commit 70de7c6

Please sign in to comment.