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

Commit f4243b2d authored by Jiaming Liu's avatar Jiaming Liu Committed by Android (Google) Code Review
Browse files

Merge "[Bubbles] Ensure switch-in view visibility" into main

parents 8efdf61a 2ec31ccf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -382,6 +382,7 @@ public class BubbleBarAnimationHelper {
            @Override
            public void onAnimationStart(Animator animation) {
                bbev.setSurfaceZOrderedOnTop(true);
                bbev.setVisibility(VISIBLE);
            }

            @Override