mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 10:26:19 +02:00
tmp fix, mobile soft keyboard focus
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
7960b2ca10
commit
38182ba020
2 changed files with 17 additions and 8 deletions
|
@ -205,6 +205,12 @@ const kRemoteAudioDualWay = 'dual-way';
|
|||
|
||||
const kIgnoreDpi = true;
|
||||
|
||||
// ================================ mobile ================================
|
||||
|
||||
// Magic numbers, maybe need to avoid it or use a better way to get them.
|
||||
const kMobileDelaySoftKeyboard = Duration(milliseconds: 30);
|
||||
const kMobileDelaySoftKeyboardFocus = Duration(milliseconds: 30);
|
||||
|
||||
/// Android constants
|
||||
const kActionApplicationDetailsSettings =
|
||||
"android.settings.APPLICATION_DETAILS_SETTINGS";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue