Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBarWindowView.java +3 −1 Original line number Diff line number Diff line Loading @@ -121,7 +121,9 @@ public class StatusBarWindowView extends FrameLayout } public void cancelExpandHelper() { if (mExpandHelper != null) { mExpandHelper.cancel(); } } } Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBarWindowView.java +3 −1 Original line number Diff line number Diff line Loading @@ -121,7 +121,9 @@ public class StatusBarWindowView extends FrameLayout } public void cancelExpandHelper() { if (mExpandHelper != null) { mExpandHelper.cancel(); } } }