Merge pull request #509 from Naveen3Singh/conv_pin_fix
Update conversation items on pin/unpin
This commit is contained in:
commit
9249d3102a
1 changed files with 3 additions and 0 deletions
|
|
@ -283,6 +283,9 @@ class ConversationsAdapter(
|
||||||
activity.config.removePinnedConversations(conversations)
|
activity.config.removePinnedConversations(conversations)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
getSelectedItemPositions().forEach {
|
||||||
|
notifyItemChanged(it)
|
||||||
|
}
|
||||||
refreshConversations()
|
refreshConversations()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue