cleanup unused resources (#1300)
This commit is contained in:
parent
961232e95e
commit
a956061cbf
35 changed files with 1 additions and 272 deletions
|
@ -1561,7 +1561,7 @@ public final class ComposeActivity
|
|||
switch (topLevelType) {
|
||||
case "video": {
|
||||
if (mediaSize > STATUS_VIDEO_SIZE_LIMIT) {
|
||||
displayTransientError(R.string.error_image_upload_size);
|
||||
displayTransientError(R.string.error_video_upload_size);
|
||||
return;
|
||||
}
|
||||
if (mediaQueued.size() > 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue