properly update all text colors at the View screen

This commit is contained in:
tibbi 2019-09-16 09:20:50 +02:00
parent e5a1e90ae6
commit 8d8fdcb7d8

View File

@ -216,6 +216,7 @@ class ViewContactActivity : ContactActivity() {
setupContactSources()
setupNotes()
setupOrganization()
updateTextColors(contact_scrollview)
}
}
}