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:
parent
596dfddb22
commit
692a7268d7
|
@ -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" />
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user