mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Merge "Remove unused Keyboard.purgeKeyboardAndClosing method"
This commit is contained in:
commit
00f8474c73
@ -1029,6 +1029,7 @@ public class KeyboardView extends View implements PointerTracker.DrawingProxy,
|
||||
cancelAllMessages();
|
||||
onCancelMoreKeysPanel();
|
||||
mInvalidateAllKeys = true;
|
||||
mKeyboard = null;
|
||||
requestLayout();
|
||||
}
|
||||
|
||||
@ -1062,11 +1063,6 @@ public class KeyboardView extends View implements PointerTracker.DrawingProxy,
|
||||
return false;
|
||||
}
|
||||
|
||||
public void purgeKeyboardAndClosing() {
|
||||
mKeyboard = null;
|
||||
closing();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onDetachedFromWindow() {
|
||||
super.onDetachedFromWindow();
|
||||
|
Loading…
Reference in New Issue
Block a user