mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 04:04:18 +00:00 
			
		
		
		
	Create user access denied route
This commit is contained in:
		@@ -21,7 +21,7 @@ Widget buildLoadingPage({
 | 
			
		||||
  return Scaffold(
 | 
			
		||||
    appBar: showAppBar
 | 
			
		||||
        ? AppBar(
 | 
			
		||||
            title: Text(routeTitle),
 | 
			
		||||
            title: routeTitle == null ? null : Text(routeTitle),
 | 
			
		||||
          )
 | 
			
		||||
        : null,
 | 
			
		||||
    body: buildCenteredProgressBar(),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user