You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at some point 'this' becomes null, need to handle this case
java.lang.NullPointerException:
at com.konaire.numerickeyboard.NumericKeyboard$removeChar$1.run (NumericKeyboard.kt:39)
at android.os.Handler.handleCallback (Handler.java:938)
at android.os.Handler.dispatchMessage (Handler.java:99)
at android.os.Looper.loopOnce (Looper.java:226)
at android.os.Looper.loop (Looper.java:313)
at android.app.ActivityThread.main (ActivityThread.java:8663)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:567)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1135)
The text was updated successfully, but these errors were encountered:
https://github.com/konaire/NumericKeyboard/blob/master/numeric-keyboard/src/main/java/com/konaire/numerickeyboard/NumericKeyboard.kt#L35
at some point 'this' becomes null, need to handle this case
The text was updated successfully, but these errors were encountered: