Commit 1b57132
committed
Fix: Correct missing brace in PhotoReasoningScreen IconButton onClick
This commit fixes a persistent compilation error ("Expecting a top level
declaration" at line 480) in PhotoReasoningScreen.kt.
The error was caused by a missing closing curly brace `}` in the `else`
block of the `onClick` lambda for the Send `IconButton`. This commit
adds the missing brace, balancing the lambda's structure.
This is the third attempt to fix compilation issues related to the
Send button logic update. The core logic changes for the button's
behavior (regarding accessibility and text input state) are maintained.1 parent 74501e6 commit 1b57132
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 | |
|---|---|---|---|
| |||
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
375 | | - | |
| 375 | + | |
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
| |||
0 commit comments