Fix the push animation when selecting a room with the compact layout on iPad.

Also makes sure we don't animate the change of room in the split's detail when using the regular layout
This commit is contained in:
Doug
2025-08-07 16:23:56 +01:00
committed by Doug
parent 0685d29fe4
commit 052d503dee
2 changed files with 0 additions and 2 deletions

View File

@@ -760,6 +760,5 @@ private struct NavigationStackCoordinatorView: View {
module.coordinator?.toPresentable()
.id(module.id)
}
.animation(.elementDefault, value: navigationStackCoordinator.rootModule)
}
}