android: also hide keyboard on graphic selection
Change-Id: I597f7099405a244f54966c203483dfda22cfbcc9
This commit is contained in:
@@ -321,6 +321,7 @@ public class InvalidationHandler implements Document.MessageCallback {
|
|||||||
|
|
||||||
private void handleGraphicSelectionState(OverlayState previous) {
|
private void handleGraphicSelectionState(OverlayState previous) {
|
||||||
mTextCursorLayer.showGraphicSelection();
|
mTextCursorLayer.showGraphicSelection();
|
||||||
|
LibreOfficeMainActivity.mAppContext.hideSoftKeyboard();
|
||||||
}
|
}
|
||||||
|
|
||||||
public OverlayState getCurrentState() {
|
public OverlayState getCurrentState() {
|
||||||
@@ -335,3 +336,5 @@ public class InvalidationHandler implements Document.MessageCallback {
|
|||||||
SELECTION
|
SELECTION
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||||
|
Reference in New Issue
Block a user