forked from mirrors/linphone-iphone
Remove message refresh when conversation appears
This commit is contained in:
parent
ecea020da3
commit
8491ce02ed
2 changed files with 2 additions and 0 deletions
|
|
@ -357,9 +357,11 @@ struct ConversationFragment: View {
|
|||
sections: conversationViewModel.conversationMessagesSection
|
||||
)
|
||||
}
|
||||
/*
|
||||
.onAppear {
|
||||
conversationViewModel.getMessages()
|
||||
}
|
||||
*/
|
||||
.onDisappear {
|
||||
conversationViewModel.resetMessage()
|
||||
}
|
||||
|
|
|
|||
0
Linphone/Utils/QuickLookPreview.swift
Normal file
0
Linphone/Utils/QuickLookPreview.swift
Normal file
Loading…
Add table
Reference in a new issue