yuttadhammo / BodhiTimer

Elegant, minimalist countdown timer for Android
GNU General Public License v3.0
50 stars 7 forks source link

Try to fix auto-restarting problem #101

Closed tumashu closed 1 year ago

tumashu commented 1 year ago
// unregisterReceiver(alarmEndReceiver)

I do not know this way is a better way or not, but I have tested in my phone, it work.

tzugen commented 1 year ago

Oh nice you found the problem! I have covid right now it will take a bit. But thanks for contributing!

tumashu commented 1 year ago

@tzugen It's really bad news, I hope you get better soon.

tumashu commented 1 year ago

@tzugen I have split this PR to two PRs, maybe make merge more easer.