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

@@ -150,7 +150,7 @@ public class ShareActivity extends PassphraseRequiredActivity
@Override
public boolean onContactSelected(Optional<RecipientId> recipientId, String number) {
public boolean onBeforeContactSelected(Optional<RecipientId> recipientId, String number) {
SimpleTask.run(this.getLifecycle(), () -> {
Recipient recipient;
if (recipientId.isPresent()) {