Skip to content

Commit

Permalink
Merge pull request #15354 from brave/disable_outside_touch_android
Browse files Browse the repository at this point in the history
Dismiss outside touch android
  • Loading branch information
deeppandya authored Oct 5, 2022
2 parents 9629bac + 9f44fed commit 0e07c4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ private void showCookieConsentTooltip() {
.arrowColor(ContextCompat.getColor(
getContext(), R.color.cookie_consent_tooltip_color))
.gravity(Gravity.BOTTOM)
.dismissOnOutsideTouch(true)
.dismissOnOutsideTouch(false)
.dismissOnInsideTouch(false)
.backgroundDimDisabled(false)
.padding(padding)
Expand Down

0 comments on commit 0e07c4d

Please sign in to comment.