mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: the action menu is blocked by the navigation bar on Android (#5806)
This commit is contained in:
parent
4abdcd9478
commit
0da0f320b7
@ -125,7 +125,7 @@ class _MobileViewPageState extends State<MobileViewPage> {
|
|||||||
return child;
|
return child;
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
: child;
|
: SafeArea(child: child);
|
||||||
return Scaffold(
|
return Scaffold(
|
||||||
extendBodyBehindAppBar: isDocument,
|
extendBodyBehindAppBar: isDocument,
|
||||||
appBar: appBar,
|
appBar: appBar,
|
||||||
|
Loading…
Reference in New Issue
Block a user