mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
reduced delay to improve user experience
This commit is contained in:
parent
1021aa1a0e
commit
338a230de9
1 changed files with 2 additions and 1 deletions
|
@ -68,7 +68,8 @@
|
|||
}
|
||||
|
||||
if (!isKeyboardRaised) {
|
||||
scheduleBringToView(500); // Allow time for keyboard to be raised in QML.
|
||||
scheduleBringToView(250); // Allow time for keyboard to be raised in QML.
|
||||
// 2DO: should it be rather done from 'client area height changed' event?
|
||||
}
|
||||
|
||||
isKeyboardRaised = keyboardRaised;
|
||||
|
|
Loading…
Reference in a new issue