fix #34, properly show all selected apps

This commit is contained in:
tibbi 2018-01-23 09:46:02 +01:00
parent c3205dabf7
commit e80588da94

View File

@ -122,9 +122,9 @@ class DBHelper private constructor(val context: Context) : SQLiteOpenHelper(cont
packageManager.getApplicationIcon(packageName)
} catch (e: PackageManager.NameNotFoundException) {
IDsToDelete.add(id.toString())
}
null
}
}
if (drawable != null) {
val launcher = AppLauncher(id, name, packageName, drawable)