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
Its intermittent for me weirdly enough. After a clean / rebuild i dont see the error anymore. Im sure ill see it again so its best to fix this. I can contribute the change back.
Only thing is I dont know if the maintianers are active with PRs or releases.
Hi,
I intermittently receive errors about 'calling start activity from outside of an activity context' when I call the setVolume method.
I believe its due to a new activity being called here
react-native-system-setting/android/src/main/java/com/ninty/system/setting/SystemSetting.java
Line 306 in 7fd99df
One solution would be to add
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK)
above the line before starting the activity.What do you guys think?
The text was updated successfully, but these errors were encountered: