TF-629 Download file and get the contentType to open file in Android/iOS
This commit is contained in:
committed by
Dat H. Pham
parent
40a470dc21
commit
ee692d52a2
@@ -1441,4 +1441,11 @@ class AppLocalizations {
|
||||
return Intl.message('Single sign-on (SSO) is not available',
|
||||
name: 'ssoNotAvailable');
|
||||
}
|
||||
|
||||
String get noPreviewAvailable {
|
||||
return Intl.message(
|
||||
'No preview available',
|
||||
name: 'noPreviewAvailable',
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user