Fix crash

Fix #359
This commit is contained in:
MM20 2023-04-23 18:09:30 +02:00
parent 2917302766
commit bad3c02fe8
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -152,6 +152,8 @@ data class LauncherApp(
getStoreLinkForInstaller(installSourceInfo.initiatingPackageName, `package`)
} catch (e: PackageManager.NameNotFoundException) {
null
} catch (e: IllegalArgumentException) {
null
}
}