mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Update conversations list after clearing conversation history
This commit is contained in:
parent
c68583e20d
commit
ac4b04f054
1 changed files with 1 additions and 0 deletions
|
|
@ -149,6 +149,7 @@ class ConversationInfoFragment : SlidingPaneChildFragment() {
|
|||
viewModel.historyDeletedEvent.observe(viewLifecycleOwner) {
|
||||
it.consume {
|
||||
Log.i("$TAG History has been deleted, leaving conversation info...")
|
||||
sharedViewModel.forceRefreshConversations.value = Event(true)
|
||||
sharedViewModel.forceRefreshConversationEvents.value = Event(true)
|
||||
goBack()
|
||||
val message = getString(R.string.conversation_info_history_deleted_toast)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue