Fix timer bug.
This commit is contained in:
parent
caf2edf9a6
commit
4367222937
@ -20,6 +20,7 @@ public class CancelGraceReceiver extends BroadcastReceiver {
|
||||
// Display toast
|
||||
Toast.makeText(context, context.getString(R.string.alarmCancelToast), Toast.LENGTH_LONG).show();
|
||||
|
||||
// Remove notification
|
||||
context.stopService(new Intent(context, AlarmNotify.class));
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user