fix a glitch with not updating icons

This commit is contained in:
tibbi 2022-09-23 00:22:02 +02:00
parent 8e8bb4f86f
commit 876a643fa8
1 changed files with 2 additions and 0 deletions

View File

@ -125,6 +125,8 @@ class HomeScreenGrid(context: Context, attrs: AttributeSet, defStyle: Int) : Vie
invalidate()
}
}
} else {
redrawIcons = true
}
}
}