Skip to content

Commit 334fec8

Browse files
Fix: Move System Message and Database button to the top
1 parent 573d2d9 commit 334fec8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/main/kotlin/com/google/ai/sample/feature/multimodal/PhotoReasoningScreen.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,6 @@ fun PhotoReasoningScreen(
304304

305305
Column(
306306
modifier = Modifier.padding(all = 16.dp).fillMaxHeight(),
307-
verticalArrangement = Arrangement.Top
308307
) {
309308
Card(
310309
modifier = Modifier.fillMaxWidth().padding(bottom = 16.dp),

0 commit comments

Comments
 (0)