diff --git a/lib/screens/notification_screen/notification_screen.dart b/lib/screens/notification_screen/notification_screen.dart index 0e642ea8..3412c36c 100644 --- a/lib/screens/notification_screen/notification_screen.dart +++ b/lib/screens/notification_screen/notification_screen.dart @@ -149,7 +149,7 @@ class _NotificationScreenState extends CustomWidgetState { ); }, ).then( - (value) => { + (value) => { if (value != null) { BlocProvider.of(context).add( @@ -200,7 +200,7 @@ class _NotificationScreenState extends CustomWidgetState { ); }, ).then( - (value) => { + (value) => { if (value != null) { BlocProvider.of(context).add( @@ -250,7 +250,7 @@ class _NotificationScreenState extends CustomWidgetState { ); }, ).then( - (value) => { + (value) => { if (value != null) { BlocProvider.of(context).add( diff --git a/lib/widgets/bottom_sheets/forecast_information_bottom_sheet.dart b/lib/widgets/bottom_sheets/forecast_information_bottom_sheet.dart index 84a09522..8c52a704 100644 --- a/lib/widgets/bottom_sheets/forecast_information_bottom_sheet.dart +++ b/lib/widgets/bottom_sheets/forecast_information_bottom_sheet.dart @@ -55,8 +55,6 @@ class _ForecastInformationBottomSheetState Widget build(BuildContext context) { final colorScheme = Theme.of(context).colorScheme; - print(widget.forecast.toJson()); - Sentry.addBreadcrumb( Breadcrumb( message: 'Open ForecastInformationBottomSheet',