mirror of
https://github.com/SimpleMobileTools/Simple-Launcher.git
synced 2025-04-17 19:37:19 +02: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…
x
Reference in New Issue
Block a user