mirror of https://github.com/openclaw/openclaw.git
feat(android): wire runtime canvas capability refresh
This commit is contained in:
parent
6ed00abc1e
commit
0896bb09b0
|
|
@ -141,6 +141,7 @@ class NodeRuntime(context: Context) {
|
|||
locationEnabled = { locationMode.value != LocationMode.Off },
|
||||
smsAvailable = { sms.canSendSms() },
|
||||
debugBuild = { BuildConfig.DEBUG },
|
||||
refreshNodeCanvasCapability = { nodeSession.refreshNodeCanvasCapability() },
|
||||
onCanvasA2uiPush = {
|
||||
_canvasA2uiHydrated.value = true
|
||||
_canvasRehydratePending.value = false
|
||||
|
|
|
|||
Loading…
Reference in New Issue