mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 04:49:21 +00:00
Fix issue
This commit is contained in:
parent
3ea02ea98c
commit
c34f750254
@ -50,6 +50,7 @@ class _ForezMemberProfileRouteState extends State<ForezMemberProfileRoute> {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) => AsyncScreenWidget(
|
Widget build(BuildContext context) => AsyncScreenWidget(
|
||||||
|
key: _key,
|
||||||
onReload: _load,
|
onReload: _load,
|
||||||
onBuild: _buildProfile,
|
onBuild: _buildProfile,
|
||||||
loadingWidget: _buildLoading(),
|
loadingWidget: _buildLoading(),
|
||||||
|
Loading…
Reference in New Issue
Block a user