From c34f750254fbe40aec3498329e7c03e3253208b7 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Mon, 26 Apr 2021 09:41:57 +0200 Subject: [PATCH] Fix issue --- lib/forez/ui/routes/forez_member_profile_route.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/forez/ui/routes/forez_member_profile_route.dart b/lib/forez/ui/routes/forez_member_profile_route.dart index 8c0f662..66127a8 100644 --- a/lib/forez/ui/routes/forez_member_profile_route.dart +++ b/lib/forez/ui/routes/forez_member_profile_route.dart @@ -50,6 +50,7 @@ class _ForezMemberProfileRouteState extends State { @override Widget build(BuildContext context) => AsyncScreenWidget( + key: _key, onReload: _load, onBuild: _buildProfile, loadingWidget: _buildLoading(),