mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-01-07 05:12:42 +01:00
Remove unnecessary comments
This commit is contained in:
parent
3b0390d21e
commit
0ecdaebb0d
@ -180,8 +180,8 @@ class GroupContactsActivity : SimpleActivity(), RemoveFromGroupListener, Refresh
|
||||
putExtra(RingtoneManager.EXTRA_RINGTONE_EXISTING_URI, defaultRingtoneUri)
|
||||
}
|
||||
}
|
||||
|
||||
private fun setRingtoneOnSelected(uri: Uri) {
|
||||
//Assign ringtone to each contacts
|
||||
groupContacts.forEach{
|
||||
ContactsHelper(this).updateRingtone(it.contactId.toString(), uri.toString())
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user