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
refactor: extract _teardown_fullscreen_unlocked to eliminate duplicated cleanup logic
The fullscreen Live stop + state clear + deferred flush sequence appeared
identically in both exit_fullscreen() and _on_run_stopped(). Pulling it into
_teardown_fullscreen_unlocked() means a single place to maintain.
Co-authored-by: Ralphify <noreply@ralphify.co>
0 commit comments