Kaydet (Commit) 8654e16f authored tarafından Miklos Vajna's avatar Miklos Vajna

android: also hide keyboard on graphic selection

Change-Id: I597f7099405a244f54966c203483dfda22cfbcc9
üst 6e90795d
......@@ -321,6 +321,7 @@ public class InvalidationHandler implements Document.MessageCallback {
private void handleGraphicSelectionState(OverlayState previous) {
mTextCursorLayer.showGraphicSelection();
LibreOfficeMainActivity.mAppContext.hideSoftKeyboard();
}
public OverlayState getCurrentState() {
......@@ -335,3 +336,5 @@ public class InvalidationHandler implements Document.MessageCallback {
SELECTION
}
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment