mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Fix an animation glitch when signing in on iOS 16. (#2098)
This commit is contained in:
parent
93c6aa684b
commit
22742620c5
@ -40,9 +40,9 @@ struct HomeScreen: View {
|
||||
ForEach(context.viewState.visibleRooms) { room in
|
||||
HomeScreenRoomCell(room: room, context: context, isSelected: false)
|
||||
.redacted(reason: .placeholder)
|
||||
.shimmer() // Putting this directly on the LazyVStack creates an accordion animation on iOS 16.
|
||||
}
|
||||
}
|
||||
.shimmer()
|
||||
.disabled(true)
|
||||
case .empty:
|
||||
HomeScreenEmptyStateLayout(minHeight: geometry.size.height) {
|
||||
|
1
changelog.d/1807.bugfix
Normal file
1
changelog.d/1807.bugfix
Normal file
@ -0,0 +1 @@
|
||||
Fix an animation glitch when signing in on iOS 16.
|
Loading…
x
Reference in New Issue
Block a user