I am using TextWatcher for my edit textview, after entering each letter, keyboard losses focus everytime and logs print includes warnings :-
09-15 14:45:02.186: W/IInputConnectionWrapper(26324): getExtractedText on inactive InputConnection
09-15 14:45:02.216: W/IInputConnectionWrapper(26324): getTextBeforeCursor on inactive InputConnection
09-15 14:45:02.226: W/IInputConnectionWrapper(26324): getTextAfterCursor on inactive InputConnection
09-15 14:45:02.516: W/IInputConnectionWrapper(26324): getExtractedText on inactive InputConnection
09-15 14:45:02.516: W/IInputConnectionWrapper(26324): getTextBeforeCursor on inactive InputConnection
09-15 14:45:02.566: W/IInputConnectionWrapper(26324): getExtractedText on inactive InputConnection
I am not able to understand the problem. Please help me out.
0 comments:
Post a Comment