mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-12-25 16:01:50 +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
|
else -> R.string.left_to_right_viewer
|
||||||
}
|
}
|
||||||
).toLowerCase(Locale.getDefault())
|
).toLowerCase(Locale.getDefault())
|
||||||
), 8000
|
), 4000
|
||||||
) {
|
) {
|
||||||
if (mangaViewer != WEBTOON) setAction(R.string.use_default) {
|
if (mangaViewer != WEBTOON) setAction(R.string.use_default) {
|
||||||
presenter.setMangaViewer(0)
|
presenter.setMangaViewer(0)
|
||||||
|
Loading…
Reference in New Issue
Block a user