farmerbb / Taskbar

PC-style productivity for Android
Apache License 2.0
791 stars 130 forks source link

fix ArrayIndexOutOfBoundsException crash #274

Closed BendeguzTajti closed 9 months ago

BendeguzTajti commented 9 months ago

ArrayIndexOutOfBoundsException isn't broad enough and the app crashes on some devices because of this. I think it should be replaced with IndexOutOfBoundsException.

farmerbb commented 9 months ago

Thanks!