mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 04:04:18 +00:00 
			
		
		
		
	Fix pages navigation issue on mobile version
This commit is contained in:
		@@ -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),
 | 
			
		||||
          ),
 | 
			
		||||
        ),
 | 
			
		||||
      ),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user