Fix crash

Fix #359
This commit is contained in:
MM20
2023-04-23 18:09:30 +02:00
parent 2917302766
commit bad3c02fe8
@@ -152,6 +152,8 @@ data class LauncherApp(
getStoreLinkForInstaller(installSourceInfo.initiatingPackageName, `package`)
} catch (e: PackageManager.NameNotFoundException) {
null
} catch (e: IllegalArgumentException) {
null
}
}