mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-06-05 21:49:22 +02:00
Update conversations on pin/unpin
This commit is contained in:
@ -283,6 +283,9 @@ class ConversationsAdapter(
|
||||
activity.config.removePinnedConversations(conversations)
|
||||
}
|
||||
|
||||
getSelectedItemPositions().forEach {
|
||||
notifyItemChanged(it)
|
||||
}
|
||||
refreshConversations()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user