sweakpl
sweakpl
I've marked this as a bug because this behavior is not anything default in other alarm apps (and definitely not in my system alarm app) - swiping the app DOES...
@gdelataillade Pretty sure this part should be within a condition guarded by a user specified parameter: ```kotlin override fun onTaskRemoved(rootIntent: Intent?) { Log.d(TAG, "App closed, stopping alarm.") unsaveAlarm(alarmId) stopSelf() super.onTaskRemoved(rootIntent)...
Sure, I will give it a go and come back with a PR if everything goes right 👍
I've created a PR with this change: https://github.com/gdelataillade/alarm/pull/359
PR has been merged.