Skip to content

Commit b22ace8

Browse files
authored
Merge pull request #348 from FossifyOrg/load_contacts_quickfix
Quick fix: Refresh cached contacts with fragments
2 parents d0840aa + fe00003 commit b22ace8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/src/main/kotlin/org/fossify/phone/activities/MainActivity.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,7 @@ class MainActivity : SimpleActivity() {
488488
}
489489

490490
fun refreshFragments() {
491+
cacheContacts()
491492
getContactsFragment()?.refreshItems()
492493
getFavoritesFragment()?.refreshItems()
493494
getRecentsFragment()?.refreshItems()

0 commit comments

Comments
 (0)