Skip to content

Commit df90376

Browse files
committed
Add missing parameter in cacheContacts
1 parent 452225d commit df90376

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ class MainActivity : SimpleActivity(), CachedContacts {
489489
}
490490

491491
fun refreshFragments() {
492-
cacheContacts()
492+
cacheContacts(this)
493493
getContactsFragment()?.refreshItems()
494494
getFavoritesFragment()?.refreshItems()
495495
getRecentsFragment()?.refreshItems()

0 commit comments

Comments
 (0)