prevent overwriting external capture URIs

Closes #4719
fixes #4538
// FREEBIE
This commit is contained in:
Jake McGinty
2015-11-23 17:56:41 -08:00
committed by Moxie Marlinspike
parent bde838d35a
commit 7625ba919e
3 changed files with 7 additions and 12 deletions

View File

@@ -995,7 +995,7 @@ public class ConversationActivity extends PassphraseRequiredActionBarActivity
case AttachmentTypeSelectorAdapter.ADD_CONTACT_INFO:
AttachmentManager.selectContactInfo(this, PICK_CONTACT_INFO); break;
case AttachmentTypeSelectorAdapter.TAKE_PHOTO:
attachmentManager.capturePhoto(this, recipients, TAKE_PHOTO); break;
attachmentManager.capturePhoto(this, TAKE_PHOTO); break;
}
}