Skip to content

Commit 1fc97cf

Browse files
committed
android: update chat screenshot copy
1 parent 61210b0 commit 1fc97cf

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

apps/android/app/src/main/java/ai/openclaw/app/ui/AndroidScreenshotModeScreen.kt

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -114,16 +114,12 @@ private fun ConnectScene() {
114114

115115
@Composable
116116
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?")
118118
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.",
121121
raised = true,
122122
)
123-
CompactList(
124-
title = "Working set",
125-
rows = listOf("Release notes", "Play bundle", "Device screenshots"),
126-
)
127123
}
128124

129125
@Composable

0 commit comments

Comments
 (0)