mirror of
https://github.com/SimpleMobileTools/Simple-Launcher.git
synced 2025-02-06 02:33:51 +01: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 },
|
||||
getPrevPageBound = { left + sideMargins.left + cellWidth / 2 },
|
||||
pageChangeStarted = {
|
||||
widgetViews.forEach { it.resetTouches()
|
||||
closeFolder()
|
||||
}
|
||||
widgetViews.forEach { it.resetTouches() }
|
||||
closeFolder()
|
||||
}
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user