From 9dc1e65f5eabf310448f880f6a619abc06cb6a6a Mon Sep 17 00:00:00 2001 From: "pakintada@gmail.com" Date: Wed, 10 Jun 2026 16:31:15 +0700 Subject: [PATCH] change: disable auto connect - from case first time connection may not able to connect to socket on android Signed-off-by: pakintada@gmail.com --- src/routes/(authed)/+layout.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/(authed)/+layout.svelte b/src/routes/(authed)/+layout.svelte index 34b2e1b..926c2d3 100644 --- a/src/routes/(authed)/+layout.svelte +++ b/src/routes/(authed)/+layout.svelte @@ -104,7 +104,7 @@ if (adbReconnectTriedForUid !== currentUser.uid && !adb.getAdbInstance()) { adbReconnectTriedForUid = currentUser.uid; - void tryAutoConnect(); + // void tryAutoConnect(); } });