mirror of
https://github.com/SimpleMobileTools/Simple-App-Launcher.git
synced 2025-06-05 21:49:21 +02:00
fix #34, properly show all selected apps
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user