Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auth: Fix exceptions caused by folding screens #2644

Merged
merged 2 commits into from
Dec 18, 2024

Conversation

DaVinci9196
Copy link
Contributor

Fixed the issue with the quick login pop-up window on the folding screen.

11-01 16:37:06.109 20931 20931 E AndroidRuntime: Process: com.google.android.gms:ui, PID: 20931
11-01 16:37:06.109 20931 20931 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.google.android.gms/org.microg.gms.auth.signin.AssistedSignInActivity}: androidx.fragment.app.Fragment$InstantiationException: Unable to instantiate fragment org.microg.gms.auth.signin.AssistedSignInFragment: could not find Fragment constructor
11-01 16:37:06.109 20931 20931 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4866)
11-01 16:37:06.109 20931 20931 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:5090)
11-01 16:37:06.109 20931 20931 E AndroidRuntime: at android.app.ActivityThread.handleRelaunchActivityInner(ActivityThread.java:7386)
11-01 16:37:06.109 20931 20931 E AndroidRuntime: at android.app.ActivityThread.handleRelaunchActivity(ActivityThread.java:7260)
11-01 16:37:06.109 20931 20931 E AndroidRuntime: at android.app.servertransaction.ActivityRelaunchItem.execute(ActivityRelaunchItem.java:77)
11-01 16:37:06.109 20931 20931 E AndroidRuntime: at android.app.servertransaction.ActivityTransactionItem.execute(ActivityTransactionItem.java:50)
11-01 16:37:06.109 20931 20931 E AndroidRuntime: at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:149)
11-01 16:37:06.109 20931 20931 E AndroidRuntime: at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:103)
11-01 16:37:06.109 20931 20931 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:3157)
11-01 16:37:06.109 20931 20931 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:117)
11-01 16:37:06.109 20931 20931 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:205)
11-01 16:37:06.109 20931 20931 E AndroidRuntime: at android.os.Looper.loop(Looper.java:293)
11-01 16:37:06.109 20931 20931 E AndroidRuntime: at android.app.ActivityThread.processInnerLoop(ActivityThread.java:10193)
11-01 16:37:06.109 20931 20931 E AndroidRuntime: at android.app.ActivityThread.loopProcess(ActivityThread.java:10185)
11-01 16:37:06.109 20931 20931 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:10176)
11-01 16:37:06.109 20931 20931 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
11-01 16:37:06.109 20931 20931 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
11-01 16:37:06.109 20931 20931 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1252)

@DaVinci9196 DaVinci9196 changed the title Auth:Fix exceptions caused by folding screens Auth: Fix exceptions caused by folding screens Nov 21, 2024
@mar-v-in mar-v-in added this to the 0.3.6 milestone Nov 22, 2024
@mar-v-in mar-v-in merged commit 107083e into microg:master Dec 18, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants