mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
feat: mobile grid fab (#4093)
This commit is contained in:
@ -93,20 +93,12 @@ class _MobileViewPageState extends State<MobileViewPage> {
|
||||
child: Builder(
|
||||
builder: (context) {
|
||||
final view = context.watch<ViewBloc>().state.view;
|
||||
return _buildApp(
|
||||
view,
|
||||
actions,
|
||||
body,
|
||||
);
|
||||
return _buildApp(view, actions, body);
|
||||
},
|
||||
),
|
||||
);
|
||||
} else {
|
||||
return _buildApp(
|
||||
null,
|
||||
[],
|
||||
body,
|
||||
);
|
||||
return _buildApp(null, [], body);
|
||||
}
|
||||
},
|
||||
);
|
||||
|
Reference in New Issue
Block a user