mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-20 16:55:17 +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