feat: 优化代码

pull/103/head
kunfei 5 years ago
parent e3d55a257e
commit 3bf5f95c59
  1. 1
      app/src/main/java/io/legado/app/ui/book/read/page/delegate/SimulationPageDelegate.kt

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

Loading…
Cancel
Save