mirror of
https://github.com/SimpleMobileTools/Simple-App-Launcher.git
synced 2025-03-05 11:58:05 +01:00
fix #34, properly show all selected apps
This commit is contained in:
parent
c3205dabf7
commit
e80588da94
@ -122,8 +122,8 @@ class DBHelper private constructor(val context: Context) : SQLiteOpenHelper(cont
|
||||
packageManager.getApplicationIcon(packageName)
|
||||
} catch (e: PackageManager.NameNotFoundException) {
|
||||
IDsToDelete.add(id.toString())
|
||||
null
|
||||
}
|
||||
null
|
||||
}
|
||||
|
||||
if (drawable != null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user