mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
show local contacts in the lists
This commit is contained in:
@ -105,8 +105,8 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
|
||||
if (storedPrimaryColor != configPrimaryColor) {
|
||||
main_tabs_holder.setSelectedTabIndicatorColor(getAdjustedPrimaryColor())
|
||||
main_tabs_holder.getTabAt(viewpager.currentItem)?.icon?.applyColorFilter(getAdjustedPrimaryColor())
|
||||
contacts_fragment.primaryColorChanged(configPrimaryColor)
|
||||
favorites_fragment.primaryColorChanged(configPrimaryColor)
|
||||
contacts_fragment.primaryColorChanged()
|
||||
favorites_fragment.primaryColorChanged()
|
||||
}
|
||||
|
||||
val configStartNameWithSurname = config.startNameWithSurname
|
||||
|
Reference in New Issue
Block a user