|
|
@ -162,7 +162,6 @@ class SimulationPageDelegate(pageView: PageView) : HorizontalPageDelegate(pageVi |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
override fun onScrollStop() { |
|
|
|
override fun onScrollStop() { |
|
|
|
curPage.x = 0.toFloat() |
|
|
|
|
|
|
|
if (!isCancel) { |
|
|
|
if (!isCancel) { |
|
|
|
pageView.fillPage(mDirection) |
|
|
|
pageView.fillPage(mDirection) |
|
|
|
} |
|
|
|
} |
|
|
|