Simplify ReviewPromptController to drop eligibility logic
Categories
(Firefox for Android :: Experimentation and Telemetry, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox141 | --- | fixed |
People
(Reporter: mkozinski, Assigned: mkozinski)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fxdroid][group2])
Attachments
(2 files)
Duplicate ReviewPromptController
into PlayStoreReviewPromptController
, keeping just the code wrapping ReviewManager
, but dropping any conditional logic from shouldShowPrompt()
. This will allow moving the logic to a store/reducer/middleware and showing the prompt from different places (directly from HomeFragment
or from the custom review prompt).
Updated•3 months ago
|
Assignee | ||
Updated•3 months ago
|
Assignee | ||
Comment 1•3 months ago
|
||
Assignee | ||
Comment 2•3 months ago
|
||
Comment 5•3 months ago
|
||
Backed out for causing fenix debug failures
Backout link: https://hg.mozilla.org/integration/autoland/rev/ef988adc220a2121c221138f26130e777ca448da
Assignee | ||
Comment 6•3 months ago
|
||
Thanks for looking out for failures, but looks like the linked one is just an intermittent test failure and the test is unrelated to changes in this stack. Just checked and the test runs fine locally.
Can we please land it back?
Assignee | ||
Comment 7•3 months ago
|
||
I'm going to rebase, split the stack into two separate patches and try landing them separately.
Comment 9•3 months ago
|
||
bugherder |
Comment 10•3 months ago
|
||
Updated•3 months ago
|
![]() |
||
Comment 11•3 months ago
|
||
bugherder |
https://github.com/mozilla-firefox/firefox/commit/4f8cecc574ea411437bc9a05170d83f15a2f9624
https://hg.mozilla.org/mozilla-central/rev/bfc6a1e723c3
Description
•