Bug 1859913 - Revert shopping CFR behavior

We recently made a change to the shopping CFRs that made them harder
to dismiss. They can only be dismissed by clicking the close X or
by clicking the link that opens the bottom sheet. The issue is that
this results in the page and the UI being unresponsive. So we want
to revert back to the original behavior where they were
dismissible by clicking outside. This change currently only affects
the shopping CFR

(cherry picked from commit 511b2824339d4297c493bfc80d8b383ffe9d4f15)
fenix/120.0
DreVla 7 months ago committed by mergify[bot]
parent 3b0511afae
commit ac416c91ea

@ -339,8 +339,8 @@ class BrowserToolbarCFRPresenter(
} else {
CFRPopup.IndicatorDirection.DOWN
},
dismissOnBackPress = false,
dismissOnClickOutside = false,
dismissOnBackPress = true,
dismissOnClickOutside = true,
),
onDismiss = {
when (it) {

Loading…
Cancel
Save