new mobile login: remove non existing function from CloudCredentials
the function manager.accessingCloud is not defined in QMLManager.h Remove manager.accessingCloud. Signed-off-by: Jan Iversen <jani@apache.org>
This commit is contained in:
parent
1468af3519
commit
ab28008679
@ -37,7 +37,7 @@ Item {
|
||||
Keys.onTabPressed: goToNext()
|
||||
|
||||
onVisibleChanged: {
|
||||
if (visible && manager.accessingCloud < 0) {
|
||||
if (visible) {
|
||||
Qt.inputMethod.show()
|
||||
login.forceActiveFocus()
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user