mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 02:58:07 +00:00
Remove message refresh when conversation appears
This commit is contained in:
parent
f6813f7d97
commit
f548037fa2
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