Fixes #273 - Remove home screen animations

This commit is contained in:
Stefan Ceriu 2022-11-04 14:40:38 +02:00 committed by Stefan Ceriu
parent 37cfb8f50e
commit 162830086f
2 changed files with 1 additions and 2 deletions

View File

@ -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
View File

@ -0,0 +1 @@
Remove home screen list change animations