focus on editText result in crash

后端 未结 3 1620
清歌不尽
清歌不尽 2020-12-03 00:57

I\'m experiencing a really unusual behavior:

From today (no style, Gradle or layout changes done), every-time I click on an EditText or TextInputE

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-03 01:15

    Not only open profiler can cause ClassCastException on same Huawei devices, but also it may cause

    java.lang.NullPointerException: Attempt to invoke interface method 'boolean android.view.inputmethod.InputConnection.finishComposingText()' on a null object reference

    wish help you

提交回复
热议问题