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: Clear Mini App "Playing" state on Android close
The Android onMiniAppClosed JNI callback was cleaning up backend state
but never emitting miniapp_realtime_status to the frontend. This left
the attachment's data-playing attribute set, preventing reopening.
Now mirrors the desktop Destroyed handler: removes the realtime channel,
clears stale event targets, and emits is_active=false so the frontend
clears the "Playing" state.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments