|
|
@ -279,13 +279,13 @@ abstract class PageDelegate(protected val pageView: PageView) { |
|
|
|
if (!hasNext()) { |
|
|
|
if (!hasNext()) { |
|
|
|
return true |
|
|
|
return true |
|
|
|
} |
|
|
|
} |
|
|
|
setDirection(Direction.PREV) |
|
|
|
setDirection(Direction.NEXT) |
|
|
|
setBitmap() |
|
|
|
setBitmap() |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
if (!hasPrev()) { |
|
|
|
if (!hasPrev()) { |
|
|
|
return true |
|
|
|
return true |
|
|
|
} |
|
|
|
} |
|
|
|
setDirection(Direction.NEXT) |
|
|
|
setDirection(Direction.PREV) |
|
|
|
setBitmap() |
|
|
|
setBitmap() |
|
|
|
} |
|
|
|
} |
|
|
|
setTouchPoint(x, y) |
|
|
|
setTouchPoint(x, y) |
|
|
|