Profile Images #355

Merged
erinn merged 9 commits from custom_profile_images into trunk 2022-02-07 23:16:47 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit d902ba5cce - Show all commits

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(