Comment 3 for bug 1439576

Revision history for this message
handsome_feng (feng-kylin) wrote :

i think it is because the value of wasPrompted is "false" at first and then change to "true"
LoginList.qml:
        placeholderText: root.wasPrompted ? promptText
                                          : (root.locked ? i18n.tr("Retry")
                                                         : i18n.tr("Tap to unlock"))