mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-03 22:07:23 +01:00 
			
		
		
		
	fix: UserBottomSheet SafeArea
This commit is contained in:
		
							parent
							
								
									c057d31d21
								
							
						
					
					
						commit
						0e172c7465
					
				@ -161,9 +161,9 @@ class UserBottomSheet extends StatelessWidget {
 | 
			
		||||
      child: Container(
 | 
			
		||||
        width: min(
 | 
			
		||||
            MediaQuery.of(context).size.width, FluffyThemes.columnWidth * 1.5),
 | 
			
		||||
        child: SafeArea(
 | 
			
		||||
          child: Material(
 | 
			
		||||
            elevation: 4,
 | 
			
		||||
        child: Material(
 | 
			
		||||
          elevation: 4,
 | 
			
		||||
          child: SafeArea(
 | 
			
		||||
            child: Scaffold(
 | 
			
		||||
              extendBodyBehindAppBar: true,
 | 
			
		||||
              appBar: AppBar(
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user