I added Notification component. When i run the app on Companion Below message show on computer screen and Notification not working.
io.makeroid.companion: Targeting S+ (version 31 and above) requires that
one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified
when creating a PendingIntent.
Strongly consider using FLAG_IMMUTABLE,
only use FLAG_MUTABLE if some functionality depends on the PendingIntent being mutable,
e.g. if it needs to be used with inline replies or bubbles.
Note: You will not see another error reported for 5 seconds.
my guess is you are using one or more extensions? Which ones?
And probably a screenshot of some relevant blocks?
I do not think this is a notification component issueβ¦