Fix to allow send of Signal invitation SMS to a single person.

Fixes #9970
This commit is contained in:
Alan Evans
2020-08-31 11:33:50 -03:00
committed by GitHub
parent 28d5ca7ed9
commit 40a8d21c15
8 changed files with 18 additions and 21 deletions

View File

@@ -60,7 +60,7 @@ public class NewConversationActivity extends ContactSelectionActivity
}
@Override
public boolean onContactSelected(Optional<RecipientId> recipientId, String number) {
public boolean onBeforeContactSelected(Optional<RecipientId> recipientId, String number) {
if (recipientId.isPresent()) {
launch(Recipient.resolved(recipientId.get()));
} else {