updating kotlin, commons, gradle

This commit is contained in:
tibbi
2022-08-14 11:21:35 +02:00
parent 6edc7cefbb
commit a07200efd7
3 changed files with 6 additions and 9 deletions

View File

@@ -63,13 +63,13 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:4ac3979fa8'
implementation 'com.github.SimpleMobileTools:Simple-Commons:84c7bdf0f5'
implementation 'com.googlecode.ez-vcard:ez-vcard:0.11.3'
implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'me.grantland:autofittextview:0.2.1'
kapt "androidx.room:room-compiler:2.4.2"
implementation "androidx.room:room-runtime:2.4.2"
annotationProcessor "androidx.room:room-compiler:2.4.2"
kapt "androidx.room:room-compiler:2.4.3"
implementation "androidx.room:room-runtime:2.4.3"
annotationProcessor "androidx.room:room-compiler:2.4.3"
}

View File

@@ -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) {