Shorten display time of auto webtoon snackbar
This commit is contained in:
parent
04283970ca
commit
729f984413
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue