Fix timer bug.
This commit is contained in:
		| @@ -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)); | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user