mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-24 08:47:46 +00:00
Disable contact sending.
This commit is contained in:
parent
5d75f11cbc
commit
93effc8890
@ -428,12 +428,12 @@ public class ConversationActivity extends PassphraseRequiredActionBarActivity
|
||||
break;
|
||||
case PICK_CONTACT:
|
||||
// TODO(greyson): Re-enable shared contact sending after receiving has been enabled for a few releases
|
||||
// addAttachmentContactInfo(data.getData());
|
||||
if (isSecureText && !isSmsForced()) {
|
||||
openContactShareEditor(data.getData());
|
||||
} else {
|
||||
addAttachmentContactInfo(data.getData());
|
||||
}
|
||||
// if (isSecureText && !isSmsForced()) {
|
||||
// openContactShareEditor(data.getData());
|
||||
// } else {
|
||||
// addAttachmentContactInfo(data.getData());
|
||||
// }
|
||||
break;
|
||||
case GET_CONTACT_DETAILS:
|
||||
sendSharedContact(data.getParcelableArrayListExtra(ContactShareEditActivity.KEY_CONTACTS));
|
||||
|
Loading…
x
Reference in New Issue
Block a user