mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-18 05:13:56 +00:00
Merge branch 'main' into dev
This commit is contained in:
@@ -479,7 +479,7 @@ open class MangaReadFragment : Fragment(), ScanlatorSelectionListener {
|
||||
ACTION_DOWNLOAD_PROGRESS -> {
|
||||
val chapterNumber = intent.getStringExtra(EXTRA_CHAPTER_NUMBER)
|
||||
val progress = intent.getIntExtra("progress", 0)
|
||||
chapterNumber?.let { chapterAdapter.updateDownloadProgress(it, progress) }
|
||||
chapterNumber?.let { chapterAdapter.updateDownloadProgress(it, progress)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user