Remove launchMode from MainActivity.

This commit is contained in:
Alex Hart
2025-06-24 14:22:43 -03:00
parent ccc4acdef9
commit 6e0faee30f

View File

@@ -1061,7 +1061,6 @@
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout"
android:windowSoftInputMode="stateUnchanged"
android:resizeableActivity="true"
android:launchMode="singleTask"
android:exported="false"/>
<activity android:name=".pin.PinRestoreActivity"