mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-05-20 17:13:00 +00:00
fix: enhance error message
This commit is contained in:
parent
b6eb5f2f3f
commit
485696ea3f
1 changed files with 2 additions and 2 deletions
|
|
@ -1344,8 +1344,8 @@ mp.register_script_message('call_button_${button.id}_long', button${button.id}lo
|
||||||
}
|
}
|
||||||
if (!context.mounted) return;
|
if (!context.mounted) return;
|
||||||
Navigator.pop(context);
|
Navigator.pop(context);
|
||||||
} catch (_) {
|
} catch (e) {
|
||||||
botToast("Error");
|
botToast("Error: $e");
|
||||||
Navigator.pop(context);
|
Navigator.pop(context);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue