android: update chat screenshot copy · openclaw/openclaw@1fc97cf
joshavant
·
2026-06-18
·
via Recent Commits to openclaw:main
File tree
apps/android/app/src/main/java/ai/openclaw/app/ui
| Original file line number | Diff line number | Diff line change |
|---|
@@ -114,16 +114,12 @@ private fun ConnectScene() {
|
114 | 114 | |
115 | 115 | @Composable |
116 | 116 | private fun ChatScene() { |
117 | | -ChatBubble(label = "You", text = "Summarize the launch checklist before I start the release.") |
| 117 | +ChatBubble(label = "You", text = "Hi Molty, are you there?") |
118 | 118 | ChatBubble( |
119 | | - label = "OpenClaw", |
120 | | - text = "Android archive, Play metadata, and internal testing upload are ready. Screenshots are being refreshed now.", |
| 119 | + label = "Molty", |
| 120 | + text = "Always. Lurking in the shadows, exfoliating.", |
121 | 121 | raised = true, |
122 | 122 | ) |
123 | | -CompactList( |
124 | | - title = "Working set", |
125 | | - rows = listOf("Release notes", "Play bundle", "Device screenshots"), |
126 | | - ) |
127 | 123 | } |
128 | 124 | |
129 | 125 | @Composable |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。