add add missing UPLOAD_RESULT as no-op

This commit is contained in:
Abhinav 2022-09-01 20:53:31 +05:30
parent 1435a80096
commit da6626f514

View file

@ -438,6 +438,9 @@ class UploadManager {
);
break;
case UPLOAD_RESULT.ALREADY_UPLOADED:
case UPLOAD_RESULT.UNSUPPORTED:
case UPLOAD_RESULT.TOO_LARGE:
case UPLOAD_RESULT.LARGER_THAN_AVAILABLE_STORAGE:
// no-op
break;
case UPLOAD_RESULT.CANCELLED: