Loading packages/SystemUI/src/com/android/systemui/shade/NotificationPanelViewController.java +4 −0 Original line number Diff line number Diff line Loading @@ -1044,6 +1044,10 @@ public final class NotificationPanelViewController implements ShadeSurface, Dump mView.setTranslationY(0f); }) .start(); } else { mView.postDelayed(() -> { instantCollapse(); }, unlockAnimationStartDelay); } } } Loading Loading
packages/SystemUI/src/com/android/systemui/shade/NotificationPanelViewController.java +4 −0 Original line number Diff line number Diff line Loading @@ -1044,6 +1044,10 @@ public final class NotificationPanelViewController implements ShadeSurface, Dump mView.setTranslationY(0f); }) .start(); } else { mView.postDelayed(() -> { instantCollapse(); }, unlockAnimationStartDelay); } } } Loading