android: also hide keyboard on graphic selection

Change-Id: I597f7099405a244f54966c203483dfda22cfbcc9
This commit is contained in:
Miklos Vajna
2015-03-13 12:37:30 +01:00
parent 6e90795d71
commit 8654e16f6d

View File

@@ -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: */