mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-12-24 14:51:48 +01:00
Shorten display time of auto webtoon snackbar
This commit is contained in:
parent
04283970ca
commit
729f984413
@ -453,7 +453,7 @@ class ReaderActivity : BaseRxActivity<ReaderPresenter>(),
|
||||
else -> R.string.left_to_right_viewer
|
||||
}
|
||||
).toLowerCase(Locale.getDefault())
|
||||
), 8000
|
||||
), 4000
|
||||
) {
|
||||
if (mangaViewer != WEBTOON) setAction(R.string.use_default) {
|
||||
presenter.setMangaViewer(0)
|
||||
|
Loading…
Reference in New Issue
Block a user