Commit 447b9a9
committed
Fix: Explicitly set Top arrangement for PhotoReasoningScreen main Column
To further address issues with status cards appearing "in the middle",
this commit explicitly sets `verticalArrangement = Arrangement.Top`
on the main `Column` within `PhotoReasoningScreen.kt`.
Combined with `fillMaxHeight()` on this Column and `weight(1f)`
on the chat message `LazyColumn`, this aims to ensure that all
elements are laid out from the top and that the status cards are
pushed to the bottom of the screen.1 parent c8d703e commit 447b9a9
1 file changed
Lines changed: 4 additions & 1 deletion
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
277 | 280 | | |
278 | 281 | | |
279 | 282 | | |
| |||
0 commit comments