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

Commit e43a8d7e authored by Annie Chin's avatar Annie Chin
Browse files

Ensure AlarmActivity destruction in AlarmService.

Change-Id: Iceb66453229c16718dc7ad5a1cec30bd708e3fad
parent 0a798d92
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -233,6 +233,7 @@ public class AlarmService extends Service {
                        instanceId, mCurrentAlarm.mId);
                return Service.START_NOT_STICKY;
            }
            stopCurrentAlarm();
            stopSelf();
        }