Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
9e7c73d5
Kaydet (Commit)
9e7c73d5
authored
Nis 18, 2013
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Minor comment change
Change-Id: I14e9b86c23ff000df2339a37ba78a11cc319f27c
üst
bf2a1812
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
Desktop.java
...top/src/org/libreoffice/experimental/desktop/Desktop.java
+8
-5
No files found.
android/experimental/desktop/src/org/libreoffice/experimental/desktop/Desktop.java
Dosyayı görüntüle @
9e7c73d5
...
...
@@ -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
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment