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

Commit 5d81c188 authored by Ats Jenk's avatar Ats Jenk Committed by Android (Google) Code Review
Browse files

Merge "Rename method for collapsing bubble bar" into main

parents 69c23d3e fb52f4a4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -132,7 +132,7 @@ public class BubbleBarLayerView extends FrameLayout
                    }
                });

        setOnClickListener(view -> hideMenuOrImeOrCollapse());
        setOnClickListener(view -> hideModalOrCollapse());
    }

    @Override
@@ -217,7 +217,7 @@ public class BubbleBarLayerView extends FrameLayout

                @Override
                public void onBackPressed() {
                    hideMenuOrImeOrCollapse();
                    hideModalOrCollapse();
                }
            });

@@ -345,7 +345,7 @@ public class BubbleBarLayerView extends FrameLayout
    }

    /** Hides the current modal education/menu view, IME or collapses the expanded view */
    private void hideMenuOrImeOrCollapse() {
    private void hideModalOrCollapse() {
        if (mEducationViewController.isEducationVisible()) {
            mEducationViewController.hideEducation(/* animated = */ true);
            return;