Shorten display time of auto webtoon snackbar

This commit is contained in:
Jay 2020-05-08 02:17:20 -04:00
parent 04283970ca
commit 729f984413

View file

@ -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)