mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 00:29:11 +01:00
Convert Recipient to kotlin.
This commit is contained in:
@@ -56,7 +56,7 @@ public class VerifyIdentityActivity extends PassphraseRequiredActivity {
|
||||
boolean verified) {
|
||||
Recipient recipient = Recipient.live(recipientId).resolve();
|
||||
|
||||
if (!recipient.hasServiceId()) {
|
||||
if (!recipient.getHasServiceId()) {
|
||||
showExchangeMessagesDialog(context);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user