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
fenix/121.0
DreVla 7 months ago committed by mergify[bot]
parent 4308dcc474
commit 1bb421a082

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

Loading…
Cancel
Save