Re-analysis progress doesn't persist when closing and reopening the bottom sheet
Categories
(Fenix :: Shopping, enhancement, P2)
Tracking
(firefox118 disabled, firefox119 disabled, firefox120 verified)
People
(Reporter: verdi, Assigned: rsainani)
References
Details
(Whiteboard: [fxdroid] [fakespot-android-mvp])
Attachments
(3 files)
Steps to reproduce
- Find a product that has out of date analysis
- Click to update analysis - observe the spinner
- Close the sheet and immediately open it again
Expected behavior
The progress spinner should still be displayed
Actual behavior
A prompt to begin the re-analysis is present
Device information
- Firefox version: 120.0a1 (Build #2015978850)
- Android device model: Samsung Galaxy S9
- Android OS version: 10
Any additional information?
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
When the bottom sheet is closed, we are off to another screen, we don't hold the state of what was happening before. Even though backend is still processing. Since backend still returns the same response, client displays the same information.
Reporter | ||
Comment 2•1 year ago
|
||
(In reply to Rahul Sainani [:rsainani] from comment #1)
When the bottom sheet is closed, we are off to another screen, we don't hold the state of what was happening before. Even though backend is still processing. Since backend still returns the same response, client displays the same information.
Talk to the desktop engineers? I think we need to find some way to make this work. The following works on desktop:
- Find a product that has an outdated analysis
- Copy the url
- Start the analysis
- Close the tab
- Open a new tab and paste in the url
- Notice that the analysis is still in progress
Reporter | ||
Comment 3•1 year ago
|
||
This works as desired on iOS too.
Updated•1 year ago
|
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Comment 4•1 year ago
|
||
Comment 5•1 year ago
|
||
Authored by https://github.com/rahulsainani
https://github.com/mozilla-mobile/firefox-android/commit/d012d7cf50b2b0633cdfd18c413f0ca2f2bfd08d
[main] Bug 1858018 - Persist review checker reanalysis state
Comment 6•1 year ago
|
||
Verified as fixed on Nightly 120.0a1 from 10/17 with Poco M4 Pro (Android 12) and OnePlus A3000 (Android 6).
Comment 7•1 year ago
|
||
Description
•