ubports / unity8

The operating environment for everywhere. Lomiri development has moved to https://gitlab.com/ubports/development/core/lomiri
https://lomiri.com/
GNU General Public License v3.0
722 stars 99 forks source link

prevent unwanted prompts loading #427

Closed lduboeuf closed 2 years ago

lduboeuf commented 2 years ago

Today, if a user have a pinCode prompt, the code will load ButtonPrompt.qml, TextPrompt.qml and finally PinPrompt.qml. Making unnecessary component loading and may lead to focus issue.

the idea is to make sure all properties are set during GreeterPrompt loading to avoid states conditions being true sequentialy

fixes #428