Add callback before hiding the soft keyboard

This commit is contained in:
Benau
2019-05-25 13:34:36 +08:00
parent e6d5346e5e
commit e1a7901c4c
3 changed files with 29 additions and 11 deletions

View File

@@ -9,7 +9,7 @@ public class STKInputConnection extends InputConnectionWrapper
{
/* The global edittext which will be "copied" to the current focused STK
* box. */
private STKEditText m_stk_edittext;
final private STKEditText m_stk_edittext;
// ------------------------------------------------------------------------
public STKInputConnection(InputConnection target, STKEditText stk_edittext)