Closed
Bug 1986398
Opened 4 months ago
Closed 3 months ago
Add fallback behaviour when the custom review prompt is not shown, but no error is returned
Categories
(Firefox for Android :: Onboarding, task)
Tracking
()
RESOLVED
FIXED
146 Branch
| Tracking | Status | |
|---|---|---|
| firefox146 | --- | fixed |
People
(Reporter: mkozinski, Assigned: mkozinski)
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•4 months ago
|
| Assignee | ||
Comment 1•4 months ago
|
||
| Assignee | ||
Comment 2•4 months 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•4 months ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/324d5fdb2c6e
https://hg.mozilla.org/mozilla-central/rev/f857eccb3b35
Status: ASSIGNED → RESOLVED
Closed: 4 months ago
status-firefox144:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 144 Branch
| Assignee | ||
Comment 5•3 months 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•3 months 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•3 months ago
|
Flags: needinfo?(ryanvm)
| Assignee | ||
Updated•3 months ago
|
Flags: needinfo?(mkozinski)
Pushed by mkozinski@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/63d556f30e3a
https://hg.mozilla.org/integration/autoland/rev/a3a937d1c277
Refactor recordReviewPromptEvent to extract determining if prompt was displayed r=android-reviewers,twhite
https://github.com/mozilla-firefox/firefox/commit/70fb25dd2051
https://hg.mozilla.org/integration/autoland/rev/8b402f1b4360
Add fallback behavior when the custom review prompt is not shown without any errors r=android-reviewers,twhite
Comment 10•3 months ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/a3a937d1c277
https://hg.mozilla.org/mozilla-central/rev/8b402f1b4360
Status: REOPENED → RESOLVED
Closed: 4 months ago → 3 months ago
status-firefox146:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 146 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•