fix: Notifications open sometimes automatically on android
This commit is contained in:
parent
7ae9eb82e0
commit
f12bf5a9bd
2 changed files with 3 additions and 6 deletions
|
|
@ -161,9 +161,8 @@ abstract class ClientManager {
|
|||
android: AndroidNotificationDetails(
|
||||
'error_message',
|
||||
'Error Messages',
|
||||
importance: Importance.max,
|
||||
importance: Importance.high,
|
||||
priority: Priority.max,
|
||||
fullScreenIntent: true, // To show notification popup
|
||||
),
|
||||
iOS: DarwinNotificationDetails(sound: 'notification.caf'),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue