mirror of
https://github.com/SimpleMobileTools/Simple-Launcher.git
synced 2025-01-19 10:21:02 +01:00
Prevent crash due to missing drawable
This commit is contained in:
parent
924521c405
commit
4f5fda2c52
@ -1408,7 +1408,7 @@ class HomeScreenGrid(context: Context, attrs: AttributeSet, defStyle: Int) : Rel
|
||||
val drawable = if (item.type == ITEM_TYPE_FOLDER) {
|
||||
item.toFolder().generateDrawable()
|
||||
} else {
|
||||
item.drawable!!
|
||||
item.drawable
|
||||
}
|
||||
|
||||
if (item.docked) {
|
||||
|
Loading…
Reference in New Issue
Block a user