fix: request storage permission for novels

This commit is contained in:
rebelonion 2024-04-05 20:02:36 -05:00
parent 594b71dc16
commit dd994dcfab
5 changed files with 40 additions and 20 deletions

View file

@ -490,7 +490,7 @@ open class MangaReadFragment : Fragment(), ScanlatorSelectionListener {
if (success) {
continueDownload()
} else {
snackString("Permission is required to download")
snackString(getString(R.string.download_permission_required))
}
}
} else {