Jacksgong / JKeyboardPanelSwitch

For resolve the layout conflict when keybord & panel are switching (Android键盘面板冲突 布局闪动处理方案)
Apache License 2.0
4.19k stars 684 forks source link

多Panel时,triggerView的点击事件是否可以暴露出来 #96

Open chentao7v opened 5 years ago

chentao7v commented 5 years ago

KPSwitchConflictUtil

// 只有switchToPanel不为Null才会触发
if (switchClickListener != null && switchToPanel != null) {
    switchClickListener.onClickSwitch(v, switchToPanel);
}
Harlber commented 5 years ago

see #87