From be51ffa21f69c4f21100cc4412b80e4b97055ee5 Mon Sep 17 00:00:00 2001 From: Lucas Delanier Date: Wed, 2 Aug 2023 04:03:21 +0200 Subject: [PATCH] OMG WHAT A BEAUTIFULL DETAIL PAGE :sparkles: :fire: --- Sources/justMUSIC/lib/screens/detail_post_screen.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/justMUSIC/lib/screens/detail_post_screen.dart b/Sources/justMUSIC/lib/screens/detail_post_screen.dart index becc495..9bb2091 100644 --- a/Sources/justMUSIC/lib/screens/detail_post_screen.dart +++ b/Sources/justMUSIC/lib/screens/detail_post_screen.dart @@ -480,8 +480,8 @@ class _DetailPostScreenState extends State { ClipOval( child: SizedBox.fromSize( // Image radius - child: const Image( - image: AssetImage("assets/images/exemple_profile.png"), + child: Image.network( + MyApp.userViewModel.userCurrent.pp, width: 45, ), ),