Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
Prevent two sign-in windows from opening on Android (#1349)
Browse files Browse the repository at this point in the history
Fixes #1336, #1337
  • Loading branch information
carolkng authored and vladikoff committed Aug 9, 2018
1 parent f65a824 commit 689a4fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion native/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
</activity>
<activity
android:name="com.notes.FxaLoginActivity"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize" />
android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
android:launchMode="singleTop"/>
</application>

</manifest>

0 comments on commit 689a4fe

Please sign in to comment.