Fix crash

This commit is contained in:
MM20 2022-10-10 15:26:35 +02:00
parent e1e40d08be
commit 9ad4ffc5d2
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -146,6 +146,8 @@ class IconPackManager(
pm.getResourcesForApplication(pack)
} catch (e: Resources.NotFoundException) {
return null
} catch (e: PackageManager.NameNotFoundException) {
return null
}
if (mask != null) {