mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-28 00:30:30 +01:00
On first login with "save account" checked, the intro sheet's 1s timer fired while the post-login save-account bottom sheet was still up and stole its presentation (both are gorhom modals), closing it. Gate the intro on pendingAccountSaveAtom so it only schedules once no account save is pending: before the sheet opens, or after it is dismissed.