Update conversations on pin/unpin

This commit is contained in:
Naveen 2022-11-26 23:33:26 +05:30
parent 0686611c95
commit 08b3379729
1 changed files with 3 additions and 0 deletions

View File

@ -283,6 +283,9 @@ class ConversationsAdapter(
activity.config.removePinnedConversations(conversations)
}
getSelectedItemPositions().forEach {
notifyItemChanged(it)
}
refreshConversations()
}