wizard: disable password strenght meter on mobiles

This commit is contained in:
Jaquee
2017-08-06 17:48:50 +02:00
parent bcb7bcffdb
commit 0e6028aacf
2 changed files with 21 additions and 13 deletions

View File

@@ -83,6 +83,10 @@ ColumnLayout {
}
function switchPage(next) {
// Android focus workaround
releaseFocus();
// save settings for current page;
if (next && typeof pages[currentPage].onPageClosed !== 'undefined') {
if (pages[currentPage].onPageClosed(settings) !== true) {