Fix timer bug.

This commit is contained in:
Timothy Allen 2014-03-25 17:05:43 +02:00
parent caf2edf9a6
commit 4367222937
1 changed files with 1 additions and 0 deletions

View File

@ -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));
}
}