mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-03-11 17:25:32 +00:00
+
This commit is contained in:
parent
2631a09b94
commit
db729ba6da
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ class _LibraryScreenState extends ConsumerState<LibraryScreen>
|
|||
failed++;
|
||||
}
|
||||
numbers++;
|
||||
if (context.mounted) {
|
||||
if (mounted) {
|
||||
botToast(
|
||||
context.l10n.updating_library(numbers, failed, mangaList.length),
|
||||
fontSize: 13,
|
||||
|
|
|
|||
Loading…
Reference in a new issue