Null Pointer Exception In Inputconnection.finishcomposingtext() Method
I am getting a NPE in inputmethod.InputConnection.finishComposingText(), The Log message is as follows: java.lang.NullPointerException: Attempt to invoke interface method 'boolean
Solution 1:
Go to Edit configuration settings -> Profiling -> Enable advanced profiling
this will prevent EditText
from crashing.
Post a Comment for "Null Pointer Exception In Inputconnection.finishcomposingtext() Method"