Loading libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/BubbleBarAnimationHelper.java +1 −0 Original line number Diff line number Diff line Loading @@ -230,6 +230,7 @@ public class BubbleBarAnimationHelper { }) .withEndActions(() -> { bbev.setAnimationMatrix(null); bbev.updateBottomClip(0); if (endRunnable != null) { endRunnable.run(); } Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/BubbleBarAnimationHelper.java +1 −0 Original line number Diff line number Diff line Loading @@ -230,6 +230,7 @@ public class BubbleBarAnimationHelper { }) .withEndActions(() -> { bbev.setAnimationMatrix(null); bbev.updateBottomClip(0); if (endRunnable != null) { endRunnable.run(); } Loading