diff --git a/AppGrid.qml b/AppGrid.qml index 3a2434b6..9361e597 100644 --- a/AppGrid.qml +++ b/AppGrid.qml @@ -540,6 +540,7 @@ LauncherPage { } } mainView.updateSpinner(false) + mainView.checkDefaultApps(getAllApps()) } else if (type === "volla.launcher.receivedShortcut") { console.log("AppGrid | New pinned shortcut: " + message["shortcutId"]) diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index df5b14b4..cf65541d 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -1,5 +1,5 @@ - +