Loading packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java +4 −0 Original line number Original line Diff line number Diff line Loading @@ -442,6 +442,10 @@ public abstract class BaseStatusBar extends SystemUI implements public void onListenerConnected() { public void onListenerConnected() { if (DEBUG) Log.d(TAG, "onListenerConnected"); if (DEBUG) Log.d(TAG, "onListenerConnected"); final StatusBarNotification[] notifications = getActiveNotifications(); final StatusBarNotification[] notifications = getActiveNotifications(); if (notifications == null) { Log.w(TAG, "onListenerConnected unable to get active notifications."); return; } final RankingMap currentRanking = getCurrentRanking(); final RankingMap currentRanking = getCurrentRanking(); mHandler.post(new Runnable() { mHandler.post(new Runnable() { @Override @Override Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java +4 −0 Original line number Original line Diff line number Diff line Loading @@ -442,6 +442,10 @@ public abstract class BaseStatusBar extends SystemUI implements public void onListenerConnected() { public void onListenerConnected() { if (DEBUG) Log.d(TAG, "onListenerConnected"); if (DEBUG) Log.d(TAG, "onListenerConnected"); final StatusBarNotification[] notifications = getActiveNotifications(); final StatusBarNotification[] notifications = getActiveNotifications(); if (notifications == null) { Log.w(TAG, "onListenerConnected unable to get active notifications."); return; } final RankingMap currentRanking = getCurrentRanking(); final RankingMap currentRanking = getCurrentRanking(); mHandler.post(new Runnable() { mHandler.post(new Runnable() { @Override @Override Loading