mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 12:00:03 +03:00
ktlint
This commit is contained in:
parent
a58bb776f3
commit
e8f28d7ce4
2 changed files with 0 additions and 2 deletions
|
@ -64,4 +64,3 @@ data class PublicKeys(
|
|||
*/
|
||||
@Json(name = "public_key") val publicKey: String
|
||||
)
|
||||
|
||||
|
|
|
@ -70,7 +70,6 @@ class ContactsDataSource @Inject constructor(
|
|||
?.let { Uri.parse(it) }
|
||||
?.let { mappedContactBuilder.photoURI = it }
|
||||
|
||||
|
||||
map[id] = mappedContactBuilder
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue