OnEditorActionListener called twice with same eventTime on SenseUI keyboard
- by ydant
On just one phone I am testing on (HTC Incredible, Android 2.2, Software 3.21.605.1), I am experiencing the following behavior.
The onEditorAction event handler is being called twice (immediately) when the Enter key on the Sense UI keyboard is pressed.
The KeyEvent.getEventTime() is the same for both times the event is called, leading me to this…