diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-04-18 15:51:05 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-04-19 11:03:43 +0300 |
commit | 9e7c73d54cc6a33689cb7bf65bcc6274acc748ad (patch) | |
tree | 2d18d0eeae0a6c03bcf9ea22d564b6a9ba7094e5 /android | |
parent | bf2a1812a4e4233c08f9432ce765f87d1b57727e (diff) |
Minor comment change
Change-Id: I14e9b86c23ff000df2339a37ba78a11cc319f27c
Diffstat (limited to 'android')
-rw-r--r-- | android/experimental/desktop/src/org/libreoffice/experimental/desktop/Desktop.java | 13 |
1 files changed, 8 insertions, 5 deletions
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) { |