mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-03 16:17:45 +00:00
comment
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user