mirror of https://github.com/openclaw/openclaw.git
fix(android): stop auto canvas rehydrate on node connect
This commit is contained in:
parent
10a1593e0c
commit
f729cc7b07
|
|
@ -243,7 +243,6 @@ class NodeRuntime(context: Context) {
|
|||
_canvasRehydrateErrorText.value = null
|
||||
updateStatus()
|
||||
maybeNavigateToA2uiOnConnect()
|
||||
requestCanvasRehydrate(source = "node_connect", force = false)
|
||||
},
|
||||
onDisconnected = { message ->
|
||||
_nodeConnected.value = false
|
||||
|
|
|
|||
Loading…
Reference in New Issue