1
0
mirror of https://github.com/mihonapp/mihon.git synced 2025-08-18 04:21:32 +02:00

Fix cover sharing error string ()

This commit is contained in:
jmir1
2022-04-12 15:10:32 +02:00
committed by GitHub
parent eb33d3c991
commit 0894b1394f

@@ -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)
} }
} }