fix: request storage permission for novels
This commit is contained in:
parent
594b71dc16
commit
dd994dcfab
5 changed files with 40 additions and 20 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue