fix: the action menu is blocked by the navigation bar on Android (#5806)

This commit is contained in:
Lucas.Xu
2024-07-25 13:52:20 +08:00
committed by GitHub
parent 4abdcd9478
commit 0da0f320b7

View File

@ -125,7 +125,7 @@ class _MobileViewPageState extends State<MobileViewPage> {
return child;
},
)
: child;
: SafeArea(child: child);
return Scaffold(
extendBodyBehindAppBar: isDocument,
appBar: appBar,