harbour-fernschreiber/qml
John Gibbon 0ba4d9a408 Fix initial auth handling
This (hopefully, it at least LGTM) fixes two problems:
 - OverviewPage.onCompleted: It got the wrong AuthorizationState if qml was loaded too fast because it wasn't initialized. (c++)
- The QML could have tried to open the InitializationPage "onCompleted". But the initial pageStack operation is a parent in it's call stack,  so it is neither ready nor wants to accept "completeAnimation()". A zero interval Timer was added for this case.
2020-11-27 10:25:23 +01:00
..
components fix functions scope; make appNotification global 2020-11-23 20:15:28 +01:00
js fix functions scope; make appNotification global 2020-11-23 20:15:28 +01:00
pages Fix initial auth handling 2020-11-27 10:25:23 +01:00
harbour-fernschreiber.qml fix functions scope; make appNotification global 2020-11-23 20:15:28 +01:00