mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-03 19:54:12 +00:00 
			
		
		
		
	Fix a few notices
This commit is contained in:
		@@ -18,8 +18,7 @@ class TourNotificationsPane extends PresentationPane {
 | 
			
		||||
    required Function() onConfigured,
 | 
			
		||||
    required Function() onChanged,
 | 
			
		||||
    required bool visible,
 | 
			
		||||
  })  : assert(pushNotificationsKey != null),
 | 
			
		||||
        super(
 | 
			
		||||
  })  : super(
 | 
			
		||||
          icon: Icons.notifications,
 | 
			
		||||
          title: tr("Push notifications")!,
 | 
			
		||||
          child: (c) => PushNotificationsConfigurationWidget(
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user