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

Commit 4ce5b479 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "AlarmManagerService : Observed framework reboot"

parents 956118fc 28baaa4c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3000,9 +3000,9 @@ class AlarmManagerService extends SystemService {
        private void updateTrackingLocked(InFlight inflight) {
            if (inflight != null) {
                updateStatsLocked(inflight);
                qcNsrmExt.removeTriggeredUid(inflight.mUid);
            }
            mBroadcastRefCount--;
            qcNsrmExt.removeTriggeredUid(inflight.mUid);

            if (mBroadcastRefCount == 0) {
                mHandler.obtainMessage(AlarmHandler.REPORT_ALARMS_ACTIVE, 0).sendToTarget();