[Menu Redesign] FxA login options screen displayed at the end of reconnection flow
Categories
(Fenix :: Toolbar, defect, P2)
Tracking
(Not tracked)
People
(Reporter: vtamas, Assigned: avirvara)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fxdroid][group3][menu-redesign-release-blocker])
Attachments
(2 files)
Preconditions
Enable Menu Redesign feature from Secret Settings.
Steps to reproduce
- Navigate to homepage and tap on 3 dots menu.
- Tap on Sign in and login using a valid Firefox Account.
- Sign in with the same account on Desktop.
- Change your password on the desktop account.
- On the device, open the Main menu from homepage
- Tap on Sign back in to sync and Remove the account.
- From homepage, tap again on 3 dots menu -> Sign in.
- Login via pairing method.
Expected behavior
After the login flow is finished the user is returned to homepage.
Actual behavior
"Sign in with your camera" screen is displayed even if the user is already logged in. There is no way to close this tab, because taping on the "<-" back button sends the Fenix app in the background.
Device information
- Firefox version: Firefox Nightly 124 (2024-11-06)
- Android device model: Samsung S24 Ultra
- Android OS version: (Android 14)
Any additional information?
- This issue is no reproducible when accessing the menu from a webpage.
- The only workaround is to close and reopen the Fenix app.
- This issue is no reproducible with the old menu.
Updated•3 months ago
|
Updated•3 months ago
|
Updated•3 months ago
|
Updated•3 months ago
|
Comment 1•3 months ago
|
||
I had a very quick look at this. I was able to repro the issue - after signing in, i was returned to the "sign in with your camera" screen. Pressing back took me to a blank screen, then back again took me out of the app.
Restarting the app gives me a blank screen again.
In layout inspector it looks like an empty HomeActivity
with no Fragment
s attached - these are the only components:
-FrameLayout
-- rootContainer
(HomeActivityRootLinearLayout
)
--- container
(FragmentContainerView
)
-- debugOverlay
Assignee | ||
Updated•3 months ago
|
Updated•3 months ago
|
Assignee | ||
Comment 2•3 months ago
|
||
After the solution for Bug 1930474 was added, this issue has also been fixed. I could not reproduce it anymore.
Reporter | ||
Comment 3•3 months ago
|
||
This issue is verified as fixed on Firefox Nightly 134 (2024-11-19) using a Samsung Galaxy S24 Ultra (Android 14) and Oppo Find X3 (Android 11). Confirming that the user is successfully returned to the homepage at the end of the login flow.
Reporter | ||
Updated•3 months ago
|
Reporter | ||
Updated•3 months ago
|
Description
•