InputConnectionWrapper: finishComposingText on inactive InputConnection
Answers
Answered by
0
InputConnectionWrapper. Initializes a wrapper. Caveat: Although the system can accept (InputConnection) null in some places, you cannot emulate such a behavior by non-null InputConnectionWrapper that has null in target . InputConnection : the InputConnection to be proxied.· Steps to Reproduce When input to the text field is submitted, the warning is generated. The problem seems to be is with controller.
Answered by
0
The InputConnection... interface is the communication channel from an InputMethod back to the application that is receiving its input. It is used to perform such things as reading text around the cursor, committing text to the text box, and sending raw key events to the application.
Starting from API Level Build.VERSION_CODES.N, the system can deal with the situation where the application directly implements this class but one or more of the following methods are not implemented
Similar questions