mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-10-31 20:17:28 +01:00 
			
		
		
		
	fix: Move unread badge under the back button in chat view
This commit is contained in:
		
							parent
							
								
									c31411ce33
								
							
						
					
					
						commit
						9190c7879b
					
				| @ -17,7 +17,6 @@ class UnreadBadgeBackButton extends StatelessWidget { | ||||
|   Widget build(BuildContext context) { | ||||
|     return Stack( | ||||
|       children: [ | ||||
|         const Center(child: BackButton()), | ||||
|         StreamBuilder( | ||||
|             stream: Matrix.of(context).client.onSync.stream, | ||||
|             builder: (context, _) { | ||||
| @ -52,6 +51,7 @@ class UnreadBadgeBackButton extends StatelessWidget { | ||||
|                     ) | ||||
|                   : Container(); | ||||
|             }), | ||||
|         const Center(child: BackButton()), | ||||
|       ], | ||||
|     ); | ||||
|   } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Christian Pauly
						Christian Pauly