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
commit 9249d3102a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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