mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-22 16:07:30 +00:00
Bump version to 4.20.0.
This commit is contained in:
parent
0449647cf9
commit
5d75f11cbc
@ -257,8 +257,8 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
versionCode 357
|
versionCode 358
|
||||||
versionName "4.19.3"
|
versionName "4.20.0"
|
||||||
|
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
|
@ -428,12 +428,12 @@ public class ConversationActivity extends PassphraseRequiredActionBarActivity
|
|||||||
break;
|
break;
|
||||||
case PICK_CONTACT:
|
case PICK_CONTACT:
|
||||||
// TODO(greyson): Re-enable shared contact sending after receiving has been enabled for a few releases
|
// 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());
|
// addAttachmentContactInfo(data.getData());
|
||||||
// }
|
if (isSecureText && !isSmsForced()) {
|
||||||
|
openContactShareEditor(data.getData());
|
||||||
|
} else {
|
||||||
|
addAttachmentContactInfo(data.getData());
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
case GET_CONTACT_DETAILS:
|
case GET_CONTACT_DETAILS:
|
||||||
sendSharedContact(data.getParcelableArrayListExtra(ContactShareEditActivity.KEY_CONTACTS));
|
sendSharedContact(data.getParcelableArrayListExtra(ContactShareEditActivity.KEY_CONTACTS));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user