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,8 +122,8 @@ class DBHelper private constructor(val context: Context) : SQLiteOpenHelper(cont
packageManager.getApplicationIcon(packageName) packageManager.getApplicationIcon(packageName)
} catch (e: PackageManager.NameNotFoundException) { } catch (e: PackageManager.NameNotFoundException) {
IDsToDelete.add(id.toString()) IDsToDelete.add(id.toString())
null
} }
null
} }
if (drawable != null) { if (drawable != null) {