mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-07-26 23:08:11 +00:00
- DM/channel history rows precomputed age_w (= getTextWidth(age) + 3) but then called getTextWidth(age) again to place the cursor. Reuse age_w. - Contact-by-message-count sort fetched each contact twice: once when building _sorted, once when filling counts[]. Fold counts[] into the build loop so each contact is fetched once. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>