mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
lets actually not show the ringtone on View screen if it is the default
This commit is contained in:
@ -586,8 +586,9 @@ class ViewContactActivity : ContactActivity() {
|
|||||||
contact_ringtone.text = ringtoneTitle
|
contact_ringtone.text = ringtoneTitle
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
val default = getDefaultAlarmSound(RingtoneManager.TYPE_RINGTONE)
|
contact_ringtone_image.beGone()
|
||||||
contact_ringtone.text = default.title
|
contact_ringtone.beGone()
|
||||||
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
contact_ringtone.copyOnLongClick(contact_ringtone.text.toString())
|
contact_ringtone.copyOnLongClick(contact_ringtone.text.toString())
|
||||||
|
Reference in New Issue
Block a user