From fbf94d4a7bda22e0b15b8705ed64968c2a57d9dc Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 9 Aug 2018 07:12:32 -0700 Subject: QML UI: add callback to run after app is fully initialized And then use that to check for pending Intents on Android. Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/main.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'mobile-widgets/qml/main.qml') diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml index 0a2a95c0a..d8e11809c 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -636,6 +636,7 @@ if you have network connectivity and want to sync your data to cloud storage."), diveList.opacity = 1 rootItem.opacity = 1 pageStack.defaultColumnWidth = Kirigami.Units.gridUnit * 28 + manager.appInitialized() } /* TODO: Verify where opacity went to. Behavior on opacity { -- cgit v1.2.3-70-g09d2