Closed basemosama closed 4 years ago
Hi, @basemosama.
The crash would occur when we call setItems
or setSpinnerAdapter
before the PowerSpinnerView
is initialized.
It seems to be called after finish inflating.
powerspinnerView.post {
setItems(..)
}
yes, the problem happens when I use setItems or app:spinner_item_array it works fine in Android 10 and 11 but when I tested it on Android 6 and 4.4 it causes the app to crash. Is it a problem with the library or is there something wrong on my implementation ?
Hi, @basemosama. I just found the issue in the library, It will be fixed in the next release! Thank you for your reporting :)
Nice, Thanks for the quick update.
Please complete the following information:
Describe the Bug:
Hello, There's a bug that is being reported by crashlytics on Android 5 and 6 and I faced when testing on Android 4.4 that causes the app to crash when using the spinner. it's working fine on Android 10 and Android 8 this the logcat
Is there any fix for this problem as I am getting multiple crashes on Android 5 and 6. Thanks.