mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Fixes #273 - Remove home screen animations
This commit is contained in:
parent
37cfb8f50e
commit
162830086f
@ -39,12 +39,10 @@ struct HomeScreen: View {
|
||||
}
|
||||
}
|
||||
}
|
||||
.animation(.elementDefault, value: context.viewState.visibleRooms)
|
||||
.padding(.horizontal)
|
||||
.searchable(text: $context.searchQuery)
|
||||
}
|
||||
.disabled(context.viewState.roomListMode == .skeletons)
|
||||
.animation(.elementDefault, value: context.viewState.roomListMode)
|
||||
.animation(.elementDefault, value: context.viewState.showSessionVerificationBanner)
|
||||
.ignoresSafeArea(.all, edges: .bottom)
|
||||
.navigationTitle(ElementL10n.allChats)
|
||||
|
1
changelog.d/273.bugfix
Normal file
1
changelog.d/273.bugfix
Normal file
@ -0,0 +1 @@
|
||||
Remove home screen list change animations
|
Loading…
x
Reference in New Issue
Block a user