Loading packages/SystemUI/src/com/android/systemui/ForegroundServiceLifetimeExtender.java +3 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,9 @@ public class ForegroundServiceLifetimeExtender implements NotificationLifetimeEx } } }; mHandler.postDelayed(r, MIN_FGS_TIME_MS); long delayAmt = MIN_FGS_TIME_MS - (System.currentTimeMillis() - entry.notification.getPostTime()); mHandler.postDelayed(r, delayAmt); } } Loading
packages/SystemUI/src/com/android/systemui/ForegroundServiceLifetimeExtender.java +3 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,9 @@ public class ForegroundServiceLifetimeExtender implements NotificationLifetimeEx } } }; mHandler.postDelayed(r, MIN_FGS_TIME_MS); long delayAmt = MIN_FGS_TIME_MS - (System.currentTimeMillis() - entry.notification.getPostTime()); mHandler.postDelayed(r, delayAmt); } }