mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 08:39:22 +01:00
Fix to allow send of Signal invitation SMS to a single person.
Fixes #9970
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user