mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Convert Recipient to kotlin.
This commit is contained in:
@@ -53,7 +53,7 @@ class NewCallActivity : ContactSelectionActivity(), ContactSelectionListFragment
|
||||
when (result) {
|
||||
is RecipientRepository.LookupResult.Success -> {
|
||||
val resolved = Recipient.resolved(result.recipientId)
|
||||
if (resolved.isRegistered && resolved.hasServiceId()) {
|
||||
if (resolved.isRegistered && resolved.hasServiceId) {
|
||||
launch(resolved)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user