mirror of
https://github.com/ALLFATHER-BV/wadamesh.git
synced 2026-09-26 20:18:04 +00:00
#308 chat_open suppressed the chat's back chevron and cog over an app page, and the comment right above it says why: otherwise they sit over the page's own "‹ title" and swallow its back tap. But a settings detail page sets s_settings_open_cat, not s_apppage_title, so the guard never fired for it. Opening Settings from inside a chat therefore left TWO back chevrons on the left of the tall bar, with the chat's clickable cog next to one of them, so a tap near the wrong chevron went to channel settings or nowhere. Extend the guard. SDK Test 1.5 (store): uses wada.ui.text_lines() where the firmware has it and keeps the 1.4 character estimate where it does not, so it lays out correctly on beta_68 as well as on the next build. It also reports which path it took, since showing what the board offers is the app's whole job. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>