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(),