Skip to content

Commit

Permalink
Desktop Build
Browse files Browse the repository at this point in the history
Not working uploading/adding/replacing etc for the profile picture for the app for Desktop Builds ..
  • Loading branch information
sorydima authored Jun 8, 2024
1 parent 5835842 commit 5ef971c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/views/home/profile/profile-screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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,
// ),
),
),
],
Expand Down

0 comments on commit 5ef971c

Please sign in to comment.