JKeyboardPanelSwitch icon indicating copy to clipboard operation
JKeyboardPanelSwitch copied to clipboard

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

Open chentao7v opened this issue 6 years ago • 1 comments

KPSwitchConflictUtil

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

chentao7v avatar Sep 27 '18 12:09 chentao7v

see #87

Harlber avatar Oct 23 '18 08:10 Harlber