Update conversations on pin/unpin
This commit is contained in:
parent
0686611c95
commit
08b3379729
1 changed files with 3 additions and 0 deletions
|
|
@ -283,6 +283,9 @@ class ConversationsAdapter(
|
|||
activity.config.removePinnedConversations(conversations)
|
||||
}
|
||||
|
||||
getSelectedItemPositions().forEach {
|
||||
notifyItemChanged(it)
|
||||
}
|
||||
refreshConversations()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue