mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
updating kotlin, commons, gradle
This commit is contained in:
@ -444,8 +444,6 @@ class EditContactActivity : ContactActivity() {
|
||||
|
||||
private fun setupEditContact() {
|
||||
window.setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN)
|
||||
updateActionBarTitle(resources.getString(R.string.edit_contact))
|
||||
|
||||
setupNames()
|
||||
setupPhoneNumbers()
|
||||
setupEmails()
|
||||
@ -729,7 +727,6 @@ class EditContactActivity : ContactActivity() {
|
||||
}
|
||||
|
||||
private fun setupNewContact() {
|
||||
updateActionBarTitle(resources.getString(R.string.new_contact))
|
||||
originalContactSource = if (hasContactPermissions()) config.lastUsedContactSource else SMT_PRIVATE
|
||||
contact = getEmptyContact()
|
||||
getPublicContactSource(contact!!.source) {
|
||||
|
Reference in New Issue
Block a user