Skip to content

Commit

Permalink
updated example app to not request the ability to display critical al…
Browse files Browse the repository at this point in the history
…erts (#1809)
  • Loading branch information
MaikuB committed Nov 24, 2022
1 parent f3bb689 commit 1d8b9d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions flutter_local_notifications/example/lib/main.dart
Expand Up @@ -287,7 +287,6 @@ class _HomePageState extends State<HomePage> {
alert: true,
badge: true,
sound: true,
critical: true,
);
await flutterLocalNotificationsPlugin
.resolvePlatformSpecificImplementation<
Expand All @@ -296,7 +295,6 @@ class _HomePageState extends State<HomePage> {
alert: true,
badge: true,
sound: true,
critical: true,
);
} else if (Platform.isAndroid) {
final AndroidFlutterLocalNotificationsPlugin? androidImplementation =
Expand Down

0 comments on commit 1d8b9d8

Please sign in to comment.