fix: qr code scanning not working ios (#1619)

Signed-off-by: Lance Chant <13349722+lancechant@users.noreply.github.com>
This commit is contained in:
lance chant
2026-06-01 12:38:54 +02:00
committed by GitHub
parent 939fd2512d
commit 338fb9713b
3 changed files with 16 additions and 13 deletions

View File

@@ -27,6 +27,7 @@ export function startPairingListener(
});
socket.on("error", (err) => {
if (!active) return;
if (__DEV__) console.error("[PairingService] Socket error:", err);
onError?.(err.message);
cleanup();