This should fix the bug.
It's caused by the RecyclerView holding both the alarms and the timers.
When accessing the alarms the size of timers need to be subtracted so you don't reach OutOfBounnce.
Thanks for contributing! I'll add another commit here to add your username to the README before merging - feel free to edit it & create another PR if you want.
This should fix the bug. It's caused by the RecyclerView holding both the alarms and the timers. When accessing the alarms the size of timers need to be subtracted so you don't reach OutOfBounnce.