mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-02 10:31:35 +00:00
fix(android): avoid pluralized observation copy
This commit is contained in:
@@ -14405,9 +14405,9 @@
|
||||
"kind": "ui-call",
|
||||
"line": 154,
|
||||
"path": "apps/android/app/src/thirdParty/java/ai/openclaw/app/accessibility/AccessibilityDevActivity.kt",
|
||||
"source": "Observed $count nodes",
|
||||
"source": "Observed nodes: $count",
|
||||
"surface": "android",
|
||||
"id": "native.android.5f3b2d7b6372291a"
|
||||
"id": "native.android.522a27f673db3ea7"
|
||||
},
|
||||
{
|
||||
"kind": "ui-call",
|
||||
|
||||
@@ -151,7 +151,7 @@ private fun AccessibilityDevScreen(
|
||||
lastResult =
|
||||
ActionResult(
|
||||
ActionOutcomeCode.Completed,
|
||||
nativeString("Observed \$count nodes", observed.nodes.size),
|
||||
nativeString("Observed nodes: \$count", observed.nodes.size),
|
||||
)
|
||||
refreshForegroundPackage()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user