mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-04 10:19:15 +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:
|
case RECORD_VIDEO:
|
||||||
Uri uri = data.getData();
|
Uri uri = data.getData();
|
||||||
if(uri!=null) {
|
if(uri!=null) {
|
||||||
Toast.makeText(this, String.format("%s recorded", uri), Toast.LENGTH_LONG).show();
|
setMedia(uri, MediaType.VIDEO);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case PICK_LOCATION:
|
case PICK_LOCATION:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue