Easy-Ez
Results
2
issues of
Easy-Ez
从源码KPSwitchConflictUtil中看到 focusView.setOnTouchListener(new View.OnTouchListener() { @Override public boolean onTouch(View v, MotionEvent event) { if (event.getAction() == MotionEvent.ACTION_UP) { /** * Show the fake empty keyboard-same-height panel to fix the conflict when...