[Gemini translation] I am using Firefox Android Beta, and it shows that I am logged in; however, the app crashes when I click "Sign Out."
Categories
(Firefox for Android :: Accounts and Sync, defect)
Tracking
()
People
(Reporter: 9540536, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36
Steps to reproduce:
I have no idea
Actual results:
52aa7029-9143-4efd-90a4-b8e3dc27d8ab
java.lang.IllegalStateException: userRequestedLogout before account manager was configured
java.lang.IllegalStateException: userRequestedLogout before account manager was configured
at org.mozilla.fenix.settings.account.SignOutFragment$onViewCreated$1$1.invokeSuspend(SignOutFragment.kt:129)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:9)
at kotlinx.coroutines.internal.DispatchedContinuationKt.resumeCancellableWith(DispatchedContinuation.kt:128)
at kotlinx.coroutines.intrinsics.CancellableKt.startCoroutineCancellable(Cancellable.kt:13)
at kotlinx.coroutines.AbstractCoroutine.start(AbstractCoroutine.kt:105)
at kotlinx.coroutines.BuildersKt.launch(Unknown Source:24)
at kotlinx.coroutines.BuildersKt.launch$default(Unknown Source:13)
at org.mozilla.fenix.settings.account.SignOutFragment$$ExternalSyntheticLambda1.onClick(R8$$SyntheticClass:14)
at android.view.View.performClick(View.java:7780)
at com.google.android.material.button.MaterialButton.performClick(MaterialButton.java:16)
at android.view.View.performClickInternal(View.java:7757)
at android.view.View.-$$Nest$mperformClickInternal(Unknown Source:0)
at android.view.View$PerformClick.run(View.java:30811)
at android.os.Handler.handleCallback(Handler.java:1013)
at android.os.Handler.dispatchMessage(Handler.java:101)
at android.os.Looper.loopOnce(Looper.java:226)
at android.os.Looper.loop(Looper.java:328)
at android.app.ActivityThread.main(ActivityThread.java:9236)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:594)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1099)
Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@297ee1, Dispatchers.Main.immediate]
Expected results:
You can log out normally.
Description
•