list only those contact sources that contain some contacts

This commit is contained in:
tibbi
2017-12-12 19:24:42 +01:00
parent d22e27ae40
commit 5ef100ce1d
4 changed files with 27 additions and 7 deletions

View File

@ -135,7 +135,7 @@ class ContactActivity : SimpleActivity() {
private fun setupNewContact() {
window.setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_VISIBLE)
supportActionBar?.title = resources.getString(R.string.new_contact)
contact = Contact(0, "", "", "", "")
contact = Contact(0, "", "", "", "", "")
}
private fun applyPhotoPlaceholder() {