From 5ef971c1dd780788b26bba291680a68366523bc6 Mon Sep 17 00:00:00 2001 From: "Dmitry Sorokin (@sorydima)" <43252008+sorydima@users.noreply.github.com> Date: Sat, 8 Jun 2024 15:28:26 +0300 Subject: [PATCH] Desktop Build Not working uploading/adding/replacing etc for the profile picture for the app for Desktop Builds .. --- lib/views/home/profile/profile-screen.dart | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/views/home/profile/profile-screen.dart b/lib/views/home/profile/profile-screen.dart index 21d0cf5..277cd9a 100644 --- a/lib/views/home/profile/profile-screen.dart +++ b/lib/views/home/profile/profile-screen.dart @@ -175,11 +175,11 @@ class ProfileScreen extends HookWidget { ) ], ), - child: Icon( - Icons.camera_alt, - color: Theme.of(context).iconTheme.color, - size: Dimensions.iconSizeLite, - ), + // child: Icon( + // Icons.camera_alt, + // color: Theme.of(context).iconTheme.color, + // size: Dimensions.iconSizeLite, + // ), ), ), ],