mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-04 06:17:26 +01:00 
			
		
		
		
	Merge branch 'systemnavbarcolor' into 'main'
systemNavigationBarColor ← appBar.backgroundColor Closes #699 See merge request famedly/fluffychat!613
This commit is contained in:
		
						commit
						f6b42d5de7
					
				@ -146,7 +146,8 @@ class _FluffyChatAppState extends State<FluffyChatApp> {
 | 
			
		||||
                SystemChrome.setSystemUIOverlayStyle(
 | 
			
		||||
                  SystemUiOverlayStyle(
 | 
			
		||||
                    statusBarColor: Colors.transparent,
 | 
			
		||||
                    systemNavigationBarColor: Theme.of(context).backgroundColor,
 | 
			
		||||
                    systemNavigationBarColor:
 | 
			
		||||
                        Theme.of(context).appBarTheme.backgroundColor,
 | 
			
		||||
                    systemNavigationBarIconBrightness:
 | 
			
		||||
                        Theme.of(context).brightness == Brightness.light
 | 
			
		||||
                            ? Brightness.dark
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user