Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Hareesh-Nandigrama committed Aug 8, 2023
1 parent 05b69e8 commit c196067
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/services/notifications_provider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ void onDidReceiveNotificationResponse(
}

bool checkNotificationCategory(String type) {
switch (type.toLowerCase()) {
print(type);
switch (type) {
case "announcement":
case "lost":
case "found":
Expand Down

0 comments on commit c196067

Please sign in to comment.