Fix crash

This commit is contained in:
MM20
2022-10-10 15:26:35 +02:00
parent e1e40d08be
commit 9ad4ffc5d2
@@ -146,6 +146,8 @@ class IconPackManager(
pm.getResourcesForApplication(pack)
} catch (e: Resources.NotFoundException) {
return null
} catch (e: PackageManager.NameNotFoundException) {
return null
}
if (mask != null) {