Files
ai-app/app/androidApp/src/main/kotlin
iris-ai 4b5ed6e398 Review fixes: keep the keyboard off the settings form, and key the waits apart
The settings dialog was a dialog, so the platform moved it off the
keyboard; a screen is not, and the lower half of the form was under it.

A tool call registered its abandonable wait under the call's own id, which
the model chooses -- one named `generating` would have taken the turn's
entry and left the other wait with nobody to answer it.
2026-09-21 03:39:06 -04:00
..