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