mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-07-07 04:53:01 +01:00
The TV subtitle modal is a separate route; running the selection callback before router.back() meant a navigating selection (replacePlayer for a burned-in switch while transcoding) targeted the modal route and was swallowed. Close first, then run the callback via InteractionManager.runAfterInteractions.