Merge "Fix if ACTION_DOWN and lost focus time too close, it will become long press."
This commit is contained in:
@@ -3808,6 +3808,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, Accessibility
|
||||
imm.focusOut(this);
|
||||
}
|
||||
removeLongPressCallback();
|
||||
removeTapCallback();
|
||||
onFocusLost();
|
||||
} else if (imm != null && (mPrivateFlags & FOCUSED) != 0) {
|
||||
imm.focusIn(this);
|
||||
|
||||
Reference in New Issue
Block a user