Fix QML glitches and crash on iOS (#658)
Fix QML glitches and crash on iOS and Android
This commit is contained in:
parent
bf901631bf
commit
bb7b64fb96
3 changed files with 4 additions and 4 deletions
|
|
@ -130,7 +130,7 @@ PageType {
|
|||
}
|
||||
|
||||
Component.onCompleted: {
|
||||
if (header.itemAt(0)) {
|
||||
if (header.itemAt(0) && !GC.isMobile()) {
|
||||
defaultActiveFocusItem = serverName.textField
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue