You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 24, 2021. It is now read-only.
Normal notifications are displayed correctly but not foreground notifications. Calling notifee.displayNotification with android.asForegroundService set to true doesn't seem to do anything on API 22-25. The same code works fine in API 27+ (crashes on API 26 though).
It might have something to do with with Notification Channel which was introduced since API 26.
The text was updated successfully, but these errors were encountered:
Normal notifications are displayed correctly but not foreground notifications. Calling
notifee.displayNotification
withandroid.asForegroundService
set totrue
doesn't seem to do anything on API 22-25. The same code works fine in API 27+ (crashes on API 26 though).It might have something to do with with Notification Channel which was introduced since API 26.
The text was updated successfully, but these errors were encountered: