TF-2129 Fix cannot attach file on mobile
(cherry picked from commit b35f09069d5ac9379632f599419af0cda1d91cc7)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
|
||||
import 'package:model/upload/file_info.dart';
|
||||
import 'package:tmail_ui_user/features/upload/domain/model/mobile_file_upload.dart';
|
||||
|
||||
extension FileInfoExtension on FileInfo {
|
||||
MobileFileUpload toMobileFileUpload() => MobileFileUpload(fileName, filePath, fileSize, mimeType);
|
||||
}
|
||||
Reference in New Issue
Block a user