mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-20 16:55:17 +00:00
Fix all warnings
This commit is contained in:
@ -27,7 +27,7 @@ class TourNotificationsPane extends PresentationPane {
|
||||
onConfigured: onConfigured,
|
||||
onChanged: onChanged,
|
||||
),
|
||||
canGoNext: pushNotificationsKey?.currentState?.canSubmit ?? false,
|
||||
canGoNext: pushNotificationsKey.currentState?.canSubmit ?? false,
|
||||
onTapNext: (c) => pushNotificationsKey.currentState!.submit(),
|
||||
visible: visible,
|
||||
);
|
||||
|
Reference in New Issue
Block a user