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 and github-actions[bot] committed May 6, 2024
1 parent 92415e0 commit 0240e5b
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 0240e5b

Please sign in to comment.