vanthomiy / Sleepest

MIT License
3 stars 0 forks source link

More than one alarm is active and then disable all will crash the app #140

Closed vanthomiy closed 3 years ago

vanthomiy commented 3 years ago

image

It happens in the BackgroundTimeHandling /**

There is a !! assertet call which should not be used...

FabiM96 commented 3 years ago

I cant reproduce this. Also before the !! assertet call I am checking the next alarm for NULL value.

vanthomiy commented 3 years ago

I also can't reproduce it right now. But I think it was something wrong with the alarm before. So maybe something different happend before causing this issue.