mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-03 22:07:23 +01:00 
			
		
		
		
	fix: Crash on start
This commit is contained in:
		
							parent
							
								
									83c066b387
								
							
						
					
					
						commit
						16febd3c34
					
				@ -211,7 +211,8 @@ class MatrixState extends State<Matrix> with WidgetsBindingObserver {
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  final linuxNotifications = NotificationsClient();
 | 
			
		||||
  final linuxNotifications =
 | 
			
		||||
      PlatformInfos.isLinux ? NotificationsClient() : null;
 | 
			
		||||
  final Map<String, int> _linuxNotificationIds = {};
 | 
			
		||||
 | 
			
		||||
  @override
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user