Loading packages/SystemUI/src/com/android/systemui/statusbar/NotificationInfo.java +6 −0 Original line number Diff line number Diff line Loading @@ -416,6 +416,12 @@ public class NotificationInfo extends LinearLayout implements NotificationGuts.G } }); mExpandAnimation.start(); // Since we're swapping/update the content, reset the timeout so the UI can't close // immediately after the update. if (mGutsContainer != null) { mGutsContainer.resetFalsingCheck(); } } @Override Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/NotificationInfo.java +6 −0 Original line number Diff line number Diff line Loading @@ -416,6 +416,12 @@ public class NotificationInfo extends LinearLayout implements NotificationGuts.G } }); mExpandAnimation.start(); // Since we're swapping/update the content, reset the timeout so the UI can't close // immediately after the update. if (mGutsContainer != null) { mGutsContainer.resetFalsingCheck(); } } @Override Loading