Commit 9cb932cb by Sebastián Katzer

Notifications need to be unpersisted after last occurrence

parent 89015b59
......@@ -73,7 +73,9 @@ public class LocalNotificationReceiver extends BroadcastReceiver {
if (currentHour != alarmHour && currentMin != alarmMin) {
return;
}
}
} else {
LocalNotification.unpersist(options.getId());
};
String packageName = context.getPackageName();
Intent launchIntent = context.getPackageManager().getLaunchIntentForPackage(packageName);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment