Loading packages/SystemUI/src/com/android/systemui/statusbar/PhoneStatusBarService.java +6 −1 Original line number Diff line number Diff line Loading @@ -39,6 +39,7 @@ import android.os.Binder; import android.os.Handler; import android.os.Message; import android.os.SystemClock; import android.text.TextUtils; import android.util.Slog; import android.util.Log; import android.view.Display; Loading Loading @@ -468,7 +469,11 @@ public class PhoneStatusBarService extends StatusBarService { } // Restart the ticker if it's still running if (notification.notification.tickerText != null && !TextUtils.equals(notification.notification.tickerText, oldEntry.notification.notification.tickerText)) { tick(notification); } // Recalculate the position of the sliding windows and the titles. setAreThereNotifications(); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/PhoneStatusBarService.java +6 −1 Original line number Diff line number Diff line Loading @@ -39,6 +39,7 @@ import android.os.Binder; import android.os.Handler; import android.os.Message; import android.os.SystemClock; import android.text.TextUtils; import android.util.Slog; import android.util.Log; import android.view.Display; Loading Loading @@ -468,7 +469,11 @@ public class PhoneStatusBarService extends StatusBarService { } // Restart the ticker if it's still running if (notification.notification.tickerText != null && !TextUtils.equals(notification.notification.tickerText, oldEntry.notification.notification.tickerText)) { tick(notification); } // Recalculate the position of the sliding windows and the titles. setAreThereNotifications(); Loading