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

Commit f292ca3b authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix NullPointerException on AlertEntry.reset()"

parents 2e9f4777 e14b9040
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -329,8 +329,8 @@ public abstract class AlertingNotificationManager {
        }

        public void reset() {
            mEntry = null;
            removeAutoRemovalCallbacks("reset()");
            mEntry = null;
            mRemoveAlertRunnable = null;
        }