From 9e7c73d54cc6a33689cb7bf65bcc6274acc748ad Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 18 Apr 2013 15:51:05 +0300 Subject: Minor comment change Change-Id: I14e9b86c23ff000df2339a37ba78a11cc319f27c --- .../src/org/libreoffice/experimental/desktop/Desktop.java | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'android') diff --git a/android/experimental/desktop/src/org/libreoffice/experimental/desktop/Desktop.java b/android/experimental/desktop/src/org/libreoffice/experimental/desktop/Desktop.java index 5e3f15bf694e..02845d3617b0 100644 --- a/android/experimental/desktop/src/org/libreoffice/experimental/desktop/Desktop.java +++ b/android/experimental/desktop/src/org/libreoffice/experimental/desktop/Desktop.java @@ -312,11 +312,14 @@ public class Desktop // Just temporary hack. We should not show the keyboard // unconditionally on a ACTION_UP event here. The LO level // should callback to us requesting showing the keyboard - // if the user taps in a text area. Also, if the device - // has a hardware keyboard, we probably should not show - // the soft one unconditionally? But what if the user - // wants to input in another script than what the hardware - // keyboard covers? + // if the user taps in a text area. Unfortunately it seems + // less than obvious where the correct place to insert + // such a request is. + + // Also, if the device has a hardware keyboard, we + // probably should not show the soft one unconditionally? + // But what if the user wants to input in another script + // than what the hardware keyboard covers? if (!scrollJustEnded && event.getPointerCount() == 1 && event.getActionMasked() == MotionEvent.ACTION_UP) { -- cgit