download not showing up fix

This commit is contained in:
rebelonion 2024-01-17 23:27:54 -06:00
parent 3693179c78
commit 5459908201
3 changed files with 5 additions and 3 deletions

View file

@ -50,7 +50,7 @@ class ChapterLoaderDialog : BottomSheetDialogFragment() {
if (model.loadMangaChapterImages(
chp,
m.selected!!,
m.nameMAL ?: m.nameRomaji
m.mainName()
)
) {
val activity = currActivity()