Rename Constant
continuous-integration/drone/pr Build is pending Details

This commit is contained in:
Sarah Jamie Lewis 2022-02-07 14:59:09 -08:00
parent 5b5fe586e8
commit d902ba5cce
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
const int MaxImageFileSharingSize = 20971520; const int MaxImageFileSharingSize = 20971520;
const int MaxGeneralImageFileSharingSize = 10737418240; const int MaxGeneralFileSharingSize = 10737418240;

View File

@ -94,7 +94,7 @@ class _MessageViewState extends State<MessageView> {
? null ? null
: () { : () {
imagePreview = null; imagePreview = null;
filesharing.showFilePicker(context, MaxGeneralImageFileSharingSize, (File file) { filesharing.showFilePicker(context, MaxGeneralFileSharingSize, (File file) {
_confirmFileSend(context, file.path); _confirmFileSend(context, file.path);
}, () { }, () {
final snackBar = SnackBar( final snackBar = SnackBar(