MOMENT Studio
← Back

Mini Player Stays in Sync Across Screens

2026.02.28Technical Log#product-ui#playback#content

Resolved a mismatch between the mini player's display state and actual audio playback during library navigation. Unified the screen transition and audio loading logic so the current playback state is consistently reflected on every screen.

When a track was selected from the library and the user navigated to another screen, the mini player's display state would temporarily fall out of sync with the actual audio playback state. This kind of discrepancy does not surface in a feature checklist, but it directly undermines the reliability of the playback experience.

The library screen structure was reorganized to align with the navigation flow, and the synchronization logic for the mini player was updated to immediately reflect screen transitions and state changes. Track loading and audio session initialization were also streamlined to reduce the delay between track selection and playback start. Consistency was enforced so that both moment and inst content display according to the same criteria regardless of which screen is active.

As a result, the mini player accurately reflects the currently playing content throughout navigation.