Merge pull request #740 from Aga-C/fix-sorting
Fixed refreshing after sorting
This commit is contained in:
commit
2afdd0282e
1 changed files with 2 additions and 0 deletions
|
|
@ -562,10 +562,12 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
|
|||
}
|
||||
|
||||
if (refreshTabsMask and TAB_CONTACTS != 0) {
|
||||
contacts_fragment?.skipHashComparing = true
|
||||
contacts_fragment?.refreshContacts(contacts)
|
||||
}
|
||||
|
||||
if (refreshTabsMask and TAB_FAVORITES != 0) {
|
||||
favorites_fragment?.skipHashComparing = true
|
||||
favorites_fragment?.refreshContacts(contacts)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue