1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-10-22 22:43:22 +00:00

Fix issue

This commit is contained in:
Pierre HUBERT 2021-04-26 09:41:57 +02:00
parent 3ea02ea98c
commit c34f750254

View File

@ -50,6 +50,7 @@ class _ForezMemberProfileRouteState extends State<ForezMemberProfileRoute> {
@override
Widget build(BuildContext context) => AsyncScreenWidget(
key: _key,
onReload: _load,
onBuild: _buildProfile,
loadingWidget: _buildLoading(),