tiper / MaterialSpinner

Implementation of a Material Spinner for Android with TextInputLayout functionalities
Apache License 2.0
130 stars 30 forks source link

Spinner Causes App Crash #18

Closed tyrellshawn closed 4 years ago

tyrellshawn commented 4 years ago

Error: java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Handler.post(java.lang.Runnable)' on a null object reference at com.tiper.MaterialSpinner$4$1.onFocusChange(MaterialSpinner.kt:281) I have used the design library and android.enableJetifier and android.useAndroidX=true. My Implementation is in Java.

tiper commented 4 years ago

Hi @tyrellshawn thanks for the bug report.

The issue should be fixed on the next release.

tiper commented 4 years ago

Hi @tyrellshawn just release version 1.4.1 which should fix it.