add some send logging

This commit is contained in:
julian 2023-12-20 13:11:21 -06:00
parent acb0157d8a
commit 35fafb5c5d

View file

@ -437,7 +437,8 @@ class _DesktopSendState extends ConsumerState<DesktopSend> {
),
);
}
} catch (e) {
} catch (e, s) {
Logging.instance.log("Desktop send: $e\n$s", level: LogLevel.Warning);
if (mounted) {
// pop building dialog
Navigator.of(