mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
ktlint
This commit is contained in:
parent
a58bb776f3
commit
e8f28d7ce4
@ -64,4 +64,3 @@ data class PublicKeys(
|
|||||||
*/
|
*/
|
||||||
@Json(name = "public_key") val publicKey: String
|
@Json(name = "public_key") val publicKey: String
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -70,7 +70,6 @@ class ContactsDataSource @Inject constructor(
|
|||||||
?.let { Uri.parse(it) }
|
?.let { Uri.parse(it) }
|
||||||
?.let { mappedContactBuilder.photoURI = it }
|
?.let { mappedContactBuilder.photoURI = it }
|
||||||
|
|
||||||
|
|
||||||
map[id] = mappedContactBuilder
|
map[id] = mappedContactBuilder
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user