Merge pull request #29309 from brave/android_bottom_bar_disable_tooltip

[Android] Disables shields tooltip for bottom address bar
This commit is contained in:
samartnik
2025-05-29 13:14:25 -04:00
committed by GitHub
@@ -806,6 +806,9 @@ public abstract class BraveToolbarLayoutImpl extends ToolbarLayout
}
private void checkForTooltip(Tab tab) {
// We are disabling this feature for now for bottom address bar, until new design is ready
// https://github.com/brave/brave-browser/issues/46252
if (BottomToolbarConfiguration.isToolbarBottomAnchored()) return;
try {
if (!BraveShieldsUtils.isTooltipShown
&& !BraveActivity.getBraveActivity().mIsDeepLink) {