Commit c8d703e
committed
Fix: Position status cards at the bottom of the screen
The "Command Status" and "Detected Commands" cards were
incorrectly appearing in the middle of the screen.
This commit modifies the main `Column` within `PhotoReasoningScreen.kt`
by adding `Modifier.fillMaxHeight()`. This ensures that the main
Column expands to the full available height, allowing the
`LazyColumn` for chat messages (with `Modifier.weight(1f)`)
to correctly push the status cards to the bottom of the screen,
below the chat and user input field.1 parent 9ae6dc5 commit c8d703e
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
| 276 | + | |
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
| |||
0 commit comments