Loading packages/SystemUI/src/com/android/systemui/statusbar/tablet/TabletTicker.java +3 −1 Original line number Diff line number Diff line Loading @@ -158,7 +158,9 @@ public class TabletTicker private void advance() { // Out with the old... if (mCurrentView != null) { if (mWindow != null) { mWindow.removeView(mCurrentView); } mCurrentView = null; mCurrentKey = null; mCurrentNotification = null; Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/tablet/TabletTicker.java +3 −1 Original line number Diff line number Diff line Loading @@ -158,7 +158,9 @@ public class TabletTicker private void advance() { // Out with the old... if (mCurrentView != null) { if (mWindow != null) { mWindow.removeView(mCurrentView); } mCurrentView = null; mCurrentKey = null; mCurrentNotification = null; Loading