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
The code throws the following error:
startActivity called from non-Activity context; forcing Intent.FLAG_ACTIVITY_NEW_TASK and essentially starts the app again. I'm trying to use the notification to get back from a background audio app, and it starts the app again, causing to have two audio streams play on top of each other.
Tried various configurations options, but the error remains. Any idea how to set it up to run in a single context?
The text was updated successfully, but these errors were encountered:
The code throws the following error:
startActivity called from non-Activity context; forcing Intent.FLAG_ACTIVITY_NEW_TASK and essentially starts the app again. I'm trying to use the notification to get back from a background audio app, and it starts the app again, causing to have two audio streams play on top of each other.
Tried various configurations options, but the error remains. Any idea how to set it up to run in a single context?
The text was updated successfully, but these errors were encountered: