mirror of
https://github.com/SimpleMobileTools/Simple-Launcher.git
synced 2025-04-14 01:52:16 +02:00
Fix pageChangeStarted callback
This commit is contained in:
parent
7048a4c56f
commit
1dc3ee0af4
@ -85,9 +85,8 @@ class HomeScreenGrid(context: Context, attrs: AttributeSet, defStyle: Int) : Rel
|
|||||||
getNextPageBound = { right - sideMargins.right - cellWidth / 2 },
|
getNextPageBound = { right - sideMargins.right - cellWidth / 2 },
|
||||||
getPrevPageBound = { left + sideMargins.left + cellWidth / 2 },
|
getPrevPageBound = { left + sideMargins.left + cellWidth / 2 },
|
||||||
pageChangeStarted = {
|
pageChangeStarted = {
|
||||||
widgetViews.forEach { it.resetTouches()
|
widgetViews.forEach { it.resetTouches() }
|
||||||
closeFolder()
|
closeFolder()
|
||||||
}
|
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user