Refine mobile channel and home UI#2651
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4deb38ab8a
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| child: GestureDetector( | ||
| behavior: HitTestBehavior.opaque, | ||
| onTap: () => quickActionsOpen.value = false, |
There was a problem hiding this comment.
Handle back presses for quick actions
When the quick-actions panel is open, this tap handler is the only dismissal path; unlike the previous modal bottom sheet, the panel is not a route, so Android/system Back is still handled by the surrounding Navigator and can leave ChannelsPage or exit the app instead of closing the open menu. Please intercept back while quickActionsOpen is true (for example with PopScope) and clear the state there.
Useful? React with 👍 / 👎.



Summary
Validation
just mobile-checkjust mobile-test(549 passed, 1 skipped)