mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-01-11 22:40:36 +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;
|
||||
Navigator.pop(context);
|
||||
} catch (_) {
|
||||
botToast("Error");
|
||||
} catch (e) {
|
||||
botToast("Error: $e");
|
||||
Navigator.pop(context);
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue