Skip to content

Commit 5966cc7

Browse files
Harkertronagologan
authored andcommitted
Avoid recreating AuthorizationManagementActivity on configChanges (#769)
On Android 12 onResume is called before onNewIntent on configChanges breaking the authentication flow which ends up in user cancellation.
1 parent a137471 commit 5966cc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/AndroidManifest.xml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<application>
2121
<activity android:name=".AuthorizationManagementActivity"
2222
android:exported="false"
23+
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation|keyboard|keyboardHidden"
2324
android:theme="@style/Theme.AppCompat.Translucent.NoTitleBar"
2425
android:launchMode="singleTask" />
2526

0 commit comments

Comments
 (0)