1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-11-22 21:09:21 +00:00

Fix pages navigation issue on mobile version

This commit is contained in:
Pierre HUBERT 2020-05-11 13:40:48 +02:00
parent c65558ef6c
commit 1bd2bdd1aa

View File

@ -41,7 +41,7 @@ class _MainRouteState extends MainController {
appBar: currentPage.hideNavBar
? null
: ComunicMobileAppBar(currentPage: currentPage),
body: SafeArea(child: currentPage.child),
body: SafeArea(key: currentPage.key, child: currentPage.child),
),
),
),