Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8704ecbb authored by Riley Jones's avatar Riley Jones Committed by Android (Google) Code Review
Browse files

Merge "Closes old FAB tooltip if a new one appears" into main

parents 774ec096 542d371c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -469,6 +469,7 @@ class MenuViewLayer extends FrameLayout implements

    private void onSpringAnimationsEndAction() {
        if (mShouldShowDockTooltip) {
            mEduTooltipView.ifPresent(this::removeTooltip);
            mEduTooltipView = Optional.of(new MenuEduTooltipView(mContext, mMenuViewAppearance));
            mEduTooltipView.ifPresent(view -> addTooltipView(view,
                    getContext().getText(R.string.accessibility_floating_button_docking_tooltip),