Skip to content

Commit 11f274c

Browse files
committed
Prevent two sign-in windows from opening on Android
Fixes mozilla#1336, mozilla#1337
1 parent f65a824 commit 11f274c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

native/android/app/src/main/AndroidManifest.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
</activity>
4747
<activity
4848
android:name="com.notes.FxaLoginActivity"
49-
android:configChanges="keyboard|keyboardHidden|orientation|screenSize" />
49+
android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
50+
android:launchMode="singleTop"/>
5051
</application>
5152

5253
</manifest>

0 commit comments

Comments
 (0)