summaryrefslogtreecommitdiffstats
path: root/android/source/src/java/org/libreoffice/InvalidationHandler.java
diff options
context:
space:
mode:
Diffstat (limited to 'android/source/src/java/org/libreoffice/InvalidationHandler.java')
-rw-r--r--android/source/src/java/org/libreoffice/InvalidationHandler.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/android/source/src/java/org/libreoffice/InvalidationHandler.java b/android/source/src/java/org/libreoffice/InvalidationHandler.java
index eb22f6c8f3d3..e411770976c9 100644
--- a/android/source/src/java/org/libreoffice/InvalidationHandler.java
+++ b/android/source/src/java/org/libreoffice/InvalidationHandler.java
@@ -452,7 +452,6 @@ public class InvalidationHandler implements Document.MessageCallback, Office.Mes
if (mContext.isSpreadsheet()) {
mDocumentOverlay.showHeaderSelection(null);
}
- mContext.getToolbarController().showHideClipboardCutAndCopy(false);
} else {
List<RectF> rectangles = convertPayloadToRectangles(payload);
if (mState != OverlayState.SELECTION) {
@@ -463,8 +462,6 @@ public class InvalidationHandler implements Document.MessageCallback, Office.Mes
if (mContext.isSpreadsheet()) {
mDocumentOverlay.showHeaderSelection(rectangles.get(0));
}
- String selectedText = mContext.getTileProvider().getTextSelection("");
- mContext.getToolbarController().showClipboardActions(selectedText);
}
}