mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 04:49:21 +00:00
Can refresh user page
This commit is contained in:
parent
4fb34e6f90
commit
e20011d42e
@ -79,8 +79,11 @@ class _UserPageRouteState extends State<UserPageRoute> {
|
||||
if (_status == _PageStatus.ERROR) return _buildError();
|
||||
|
||||
return Scaffold(
|
||||
body: CustomScrollView(
|
||||
slivers: <Widget>[_buildHeader(), _buildBody()],
|
||||
body: RefreshIndicator(
|
||||
child: CustomScrollView(
|
||||
slivers: <Widget>[_buildHeader(), _buildBody()],
|
||||
),
|
||||
onRefresh: _getUserInfo,
|
||||
),
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user