Status — unresolved; reported again after two attempted fixes.
Tried (both in Sources/App/LibraryView.swift → FolderView):
- Plain
List instead of List(selection:) while browsing.
- Injecting
.environment(\.editMode,) only in Select mode.
Next suspect — the bottom .safeAreaInset carrying MiniPlayerBar/BatchBar, a known interactive-pop offender.
Needed data point — does it glitch when nothing is playing (inset content empty), or only with the mini-player visible?
Status — unresolved; reported again after two attempted fixes.
Tried (both in
Sources/App/LibraryView.swift→FolderView):Listinstead ofList(selection:)while browsing..environment(\.editMode,)only in Select mode.Next suspect — the bottom
.safeAreaInsetcarryingMiniPlayerBar/BatchBar, a known interactive-pop offender.Needed data point — does it glitch when nothing is playing (inset content empty), or only with the mini-player visible?