Merge pull request #509 from Naveen3Singh/conv_pin_fix

Update conversation items on pin/unpin
This commit is contained in:
Tibor Kaputa
2022-11-27 09:04:33 +01:00
committed by GitHub

View File

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