mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 09:49:21 +02:00
send videos files in original coding
This commit is contained in:
parent
ce8c30348f
commit
885b8e2295
1 changed files with 1 additions and 1 deletions
|
@ -384,7 +384,7 @@ public class ConversationActivity extends PassphraseRequiredActionBarActivity
|
|||
case RECORD_VIDEO:
|
||||
Uri uri = data.getData();
|
||||
if(uri!=null) {
|
||||
Toast.makeText(this, String.format("%s recorded", uri), Toast.LENGTH_LONG).show();
|
||||
setMedia(uri, MediaType.VIDEO);
|
||||
}
|
||||
break;
|
||||
case PICK_LOCATION:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue