-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
[ML 0.1/UI.04.8] - Wire message item click to legacy navigation handler #10781
Copy link
Copy link
Open
Labels
tb-teamTasks and features handled by project maintainersTasks and features handled by project maintainerstype: enhancementNew features or improvements to existing features.New features or improvements to existing features.
Description
Blocked by
Description
When a user taps a message item in the Compose MessageListScreen, the MessageItemEvent.OnMessageClick event is dispatched but silently dropped - no state transition, no side effect, no navigation occurs.
Connect MessageItemEvent.OnMessageClick to the legacy MessageListFragment.onMessageClicked() so that tapping a message opens the message detail / thread view, matching legacy behaviour.
Acceptance Criteria
MessageItemEvent.OnMessageClickis handled in the state machine (SetupLoadedMessagesState).- A
MessageListEffectis emitted that triggers the legacy navigation path. - The side effect or bridge invokes
MessageListFragment's existing click handler (onMessageClicked/showThread). - No new navigation logic is introduced - only wiring to existing handlers.
- Behaviour matches the legacy XML-based message list.
Out of Scope:
- Changing navigation architecture or introducing Compose Navigation.
- Modifying the legacy click handler logic.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
tb-teamTasks and features handled by project maintainersTasks and features handled by project maintainerstype: enhancementNew features or improvements to existing features.New features or improvements to existing features.
Type
Projects
Status
Planning