Open
Bug 1986398
Opened 1 month ago
Updated 3 days ago
Add fallback behaviour when the custom review prompt is not shown, but no error is returned
Categories
(Firefox for Android :: Onboarding, task)
Tracking
()
REOPENED
People
(Reporter: mkozinski, Assigned: mkozinski, NeedInfo)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fxdroid][group2])
Attachments
(2 files)
Handle the flow whenrequestReviewFlow
task is successful, but the prompt isn't shown anyway. recordReviewPromptEvent()
has information both in documentation and in code on how to try to detect this scenario. In this case we should fall back to opening the play store, same as in the error case.
Updated•1 month ago
|
![]() |
Assignee | |
Comment 1•1 month ago
|
||
![]() |
Assignee | |
Comment 2•1 month ago
|
||
Pushed by mkozinski@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/e01fd2f0dd2b
https://hg.mozilla.org/integration/autoland/rev/324d5fdb2c6e
Refactor recordReviewPromptEvent to extract determining if prompt was displayed r=android-reviewers,twhite
https://github.com/mozilla-firefox/firefox/commit/068342661716
https://hg.mozilla.org/integration/autoland/rev/f857eccb3b35
Add fallback behavior when the custom review prompt is not shown without any errors r=android-reviewers,twhite
Comment 4•1 month ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/324d5fdb2c6e
https://hg.mozilla.org/mozilla-central/rev/f857eccb3b35
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
status-firefox144:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 144 Branch
![]() |
Assignee | |
Comment 5•4 days ago
|
||
Requesting to back this out of beta and main, because of the linked regression.
Flags: needinfo?(ryanvm)
Pushed by chorotan@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/da7a647e48e4
https://hg.mozilla.org/mozilla-central/rev/c8f9e8584155
Revert "Bug 1986398 - Add fallback behavior when the custom review prompt is not shown without any errors r=android-reviewers,twhite" on request
Comment 7•4 days ago
|
||
Backed out from central: https://hg.mozilla.org/mozilla-central/rev/c8f9e8584155d95a1d44eb7fba91d39c22941aa0
Status: RESOLVED → REOPENED
status-firefox144:
fixed → ---
Flags: needinfo?(mkozinski)
Resolution: FIXED → ---
Target Milestone: 144 Branch → ---
Updated•4 days ago
|
Flags: needinfo?(ryanvm)
You need to log in
before you can comment on or make changes to this bug.
Description
•