fixed hiyobi support

This commit is contained in:
tom5079
2019-06-06 10:00:48 +09:00
parent 01c1537ae8
commit 6f187551ee
8 changed files with 55 additions and 9 deletions

View File

@@ -169,6 +169,7 @@ class ReaderActivity : AppCompatActivity() {
onProgressHandler = {
CoroutineScope(Dispatchers.Main).launch {
reader_progressbar.progress = it
menu?.findItem(R.id.reader_menu_use_hiyobi)?.isVisible = true
}
}
onDownloadedHandler = {