From 7a0f55473014607963730639bd8af34e65f4f364 Mon Sep 17 00:00:00 2001 From: Peter Sanderson Date: Thu, 28 Nov 2024 12:15:59 +0100 Subject: [PATCH] fixup! WIP: design --- .../suite/src/components/suite/bluetooth/BluetoothConnect.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/suite/src/components/suite/bluetooth/BluetoothConnect.tsx b/packages/suite/src/components/suite/bluetooth/BluetoothConnect.tsx index 54e7164030d9..427454715ebc 100644 --- a/packages/suite/src/components/suite/bluetooth/BluetoothConnect.tsx +++ b/packages/suite/src/components/suite/bluetooth/BluetoothConnect.tsx @@ -108,6 +108,8 @@ export const BluetoothConnect = ({ onClose }: BluetoothConnectProps) => { }), ); } else { + // Todo: What to do with error in this flow? UI-Wise + setConnectingStatus({ status: 'waiting-for-device-handshake' }); desktopApi.bluetoothStopScan(); // WAIT for connect event, TODO: figure out better way