am 00f8474c: Merge "Remove unused Keyboard.purgeKeyboardAndClosing method"
* commit '00f8474c734d796faeea12f240e492983691222a': Remove unused Keyboard.purgeKeyboardAndClosing methodmain
commit
11e1e8688d
|
@ -1029,6 +1029,7 @@ public class KeyboardView extends View implements PointerTracker.DrawingProxy,
|
||||||
cancelAllMessages();
|
cancelAllMessages();
|
||||||
onCancelMoreKeysPanel();
|
onCancelMoreKeysPanel();
|
||||||
mInvalidateAllKeys = true;
|
mInvalidateAllKeys = true;
|
||||||
|
mKeyboard = null;
|
||||||
requestLayout();
|
requestLayout();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1062,11 +1063,6 @@ public class KeyboardView extends View implements PointerTracker.DrawingProxy,
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void purgeKeyboardAndClosing() {
|
|
||||||
mKeyboard = null;
|
|
||||||
closing();
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void onDetachedFromWindow() {
|
protected void onDetachedFromWindow() {
|
||||||
super.onDetachedFromWindow();
|
super.onDetachedFromWindow();
|
||||||
|
|
Loading…
Reference in New Issue