mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2025-01-11 00:19:10 +01:00
Fix Webtoon inversion
This commit is contained in:
parent
f069b530cf
commit
40667d70b4
@ -252,14 +252,14 @@ class WebtoonViewer(val activity: ReaderActivity, val hasMargins: Boolean = fals
|
||||
/**
|
||||
* Scrolls up by [scrollDistance].
|
||||
*/
|
||||
override fun moveToNext() {
|
||||
override fun moveToPrevious() {
|
||||
recycler.smoothScrollBy(0, -scrollDistance)
|
||||
}
|
||||
|
||||
/**
|
||||
* Scrolls down by [scrollDistance].
|
||||
*/
|
||||
override fun moveToPrevious() {
|
||||
override fun moveToNext() {
|
||||
recycler.smoothScrollBy(0, scrollDistance)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user