diff --git a/lib/ui/routes/main_route/smartphone_route.dart b/lib/ui/routes/main_route/smartphone_route.dart index d5a0338..6c05577 100644 --- a/lib/ui/routes/main_route/smartphone_route.dart +++ b/lib/ui/routes/main_route/smartphone_route.dart @@ -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), ), ), ),