Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6c7f421f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Stop removing all APP_STANDBY_BUCKET_CHANGED messages."

parents 32bb9993 80feb40f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -4635,7 +4635,6 @@ public class AlarmManagerService extends SystemService {
                Slog.d(TAG, "Package " + packageName + " for user " + userId + " now in bucket " +
                        bucket);
            }
            mHandler.removeMessages(AlarmHandler.APP_STANDBY_BUCKET_CHANGED);
            mHandler.obtainMessage(AlarmHandler.APP_STANDBY_BUCKET_CHANGED, userId, -1, packageName)
                    .sendToTarget();
        }