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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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