Fix problem when returning to App from Firefox

- Without this change the app will crash, because certain fields
aren't set
This commit is contained in:
Peter Stuifzand 2018-04-26 02:00:16 +02:00
parent 596dfddb22
commit 692a7268d7

View File

@ -47,7 +47,7 @@
<activity android:name=".auth.WebSigninActivity" />
<activity android:name=".auth.AuthenticationActivity"
android:exported="true"
android:launchMode="singleTop">
android:launchMode="singleInstance">
<intent-filter>
<action android:name="android.intent.action.VIEW" />