Add sync status to app drawer
This commit is contained in:
@@ -219,6 +219,7 @@ class _HomePageState extends State<HomePage> with RouteAware {
|
||||
onLogout: _handleLogout,
|
||||
appName: _appName,
|
||||
appVersion: _appVersion,
|
||||
syncFuture: _syncFuture,
|
||||
),
|
||||
body: RefreshIndicator(onRefresh: _refreshSheets, child: _buildBody()),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user