From 9705099199566cd4630a23ab37d51475834ed2c6 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 31 May 2023 09:02:45 +0300 Subject: [PATCH] Image can not be upload through document in iOs --- lib/ui/app/document_grid.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/app/document_grid.dart b/lib/ui/app/document_grid.dart index 4eaf41d2d..e6f4d9f6d 100644 --- a/lib/ui/app/document_grid.dart +++ b/lib/ui/app/document_grid.dart @@ -111,7 +111,7 @@ class DocumentGrid extends StatelessWidget { ), ), ], - SizedBox(width: 12), + if (isMobileOS()) SizedBox(width: 12), Expanded( child: AppButton( iconData: isIOS() ? null : Icons.insert_drive_file,