mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
comment
This commit is contained in:
@@ -269,6 +269,7 @@ struct HomeView: View {
|
||||
}
|
||||
|
||||
@ViewBuilder private func chatView() -> some View {
|
||||
// TODO changing alias 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