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

Commit ff91f234 authored by Adam Seaton's avatar Adam Seaton Committed by Android (Google) Code Review
Browse files

Merge "Fix NPE in AnomalyDetectionReceiver."

parents 425dbba5 ee23508b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -41,6 +41,9 @@ public class AnomalyDetectionReceiver extends BroadcastReceiver {
                + configKey + " subscriptionId = " + subscriptionId);

        final Bundle bundle = intent.getExtras();
        if (bundle == null) {
            return;
        }
        bundle.putLong(KEY_ANOMALY_TIMESTAMP, System.currentTimeMillis());

        AnomalyDetectionJobService.scheduleAnomalyDetection(context, intent);