mirror of
https://github.com/SimpleMobileTools/Simple-Launcher.git
synced 2025-02-06 18:53:36 +01:00
Fix icons blinking on page change
This commit is contained in:
parent
90ac44d54b
commit
d1b888ee7e
@ -722,7 +722,7 @@ class HomeScreenGrid(context: Context, attrs: AttributeSet, defStyle: Int) : Rel
|
||||
|
||||
handleItemDrawing(item, 0f)
|
||||
}
|
||||
if (pageChangeAnimLeftPercentage > 0f && pageChangeAnimLeftPercentage < 1f) {
|
||||
if (pageChangeAnimLeftPercentage > 0f) {
|
||||
gridItems.filter { (it.drawable != null && it.type == ITEM_TYPE_ICON || it.type == ITEM_TYPE_SHORTCUT) && it.page == lastPage && !it.docked }
|
||||
.forEach { item ->
|
||||
if (item.outOfBounds()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user