mirror of
https://github.com/moltbot/moltbot.git
synced 2026-03-07 22:44:16 +00:00
fix(android): stop auto canvas rehydrate on node connect
This commit is contained in:
@@ -243,7 +243,6 @@ class NodeRuntime(context: Context) {
|
||||
_canvasRehydrateErrorText.value = null
|
||||
updateStatus()
|
||||
maybeNavigateToA2uiOnConnect()
|
||||
requestCanvasRehydrate(source = "node_connect", force = false)
|
||||
},
|
||||
onDisconnected = { message ->
|
||||
_nodeConnected.value = false
|
||||
|
||||
Reference in New Issue
Block a user