mirror of
https://github.com/mihonapp/mihon.git
synced 2025-02-17 03:19:48 +03:00
Fix cover sharing error string (#6911)
This commit is contained in:
parent
eb33d3c991
commit
0894b1394f
1 changed files with 1 additions and 1 deletions
|
@ -795,7 +795,7 @@ class MangaController :
|
||||||
}
|
}
|
||||||
} catch (e: Throwable) {
|
} catch (e: Throwable) {
|
||||||
logcat(LogPriority.ERROR, e)
|
logcat(LogPriority.ERROR, e)
|
||||||
activity?.toast(R.string.error_saving_cover)
|
activity?.toast(R.string.error_sharing_cover)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue