mirror of
https://github.com/SimpleMobileTools/Simple-Launcher.git
synced 2025-06-05 21:59:15 +02:00
Fix pageChangeStarted callback
This commit is contained in:
@ -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()
|
||||
}
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user