mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 18:30:20 +01:00
Fix crash when submitting debuglog via registration flow.
This commit is contained in:
@@ -359,6 +359,10 @@ public class Recipient {
|
||||
return ApplicationDependencies.getRecipientCache().getSelf();
|
||||
}
|
||||
|
||||
public static boolean isSelfSet() {
|
||||
return ApplicationDependencies.getRecipientCache().getSelfId() != null;
|
||||
}
|
||||
|
||||
Recipient(@NonNull RecipientId id) {
|
||||
this.id = id;
|
||||
this.resolving = true;
|
||||
|
||||
Reference in New Issue
Block a user