cleanup unused resources (#1300)

This commit is contained in:
Konrad Pozniak 2019-06-02 22:02:03 +02:00 committed by GitHub
commit a956061cbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
35 changed files with 1 additions and 272 deletions

View file

@ -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