This commit is contained in:
spaced4ndy
2024-05-07 14:45:30 +04:00
parent 36bcc9ac59
commit aed8c228fd
+1 -1
View File
@@ -248,6 +248,7 @@ struct HomeView: View {
}
@ViewBuilder private func contactsView() -> some View {
// TODO changing alias / verification doesn't update list
if oneHandUI {
ContactsView()
.padding(.vertical, 5)
@@ -269,7 +270,6 @@ struct HomeView: View {
}
@ViewBuilder private func chatView() -> some View {
// TODO changing alias / verification doesn't update list
if let chatId = chatModel.chatId, let chat = chatModel.getChat(chatId) {
ChatView(chat: chat).onAppear {
loadChat(chat: chat)