You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: navigate back to primary task when leaving permanent call room
When multiple app instances run in separate tasks (e.g. opened via a
notification), leaving a voice/permanent call room previously started a
new ConversationsListActivity on top of the call task instead of
returning to the existing app task. This caused duplicate task stacks.
Now the call task finds the existing primary task (preferring one rooted
at MainActivity) and navigates it to ConversationsListActivity, removes
any stray non-call tasks, and uses finishAndRemoveTask() to fully clean
up the call task. Falls back to launching MainActivity fresh if no
existing task is found.
AI-assistant: Claude Code v2.1.142 (Claude Sonnet 4.6)
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
0 commit comments