Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After repeatedly tapping the Mapples icon on Android, the application crashes #5

Open
mjfoxena opened this issue Apr 17, 2024 · 0 comments

Comments

@mjfoxena
Copy link

D/AndroidRuntime(23557): Shutting down VM
E/AndroidRuntime(23557): FATAL EXCEPTION: main
E/AndroidRuntime(23557): Process: app.ultraviolette.uv_mobile_app, PID: 23557
E/AndroidRuntime(23557): android.util.AndroidRuntimeException: Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag. Is this really what you want?
E/AndroidRuntime(23557): at android.app.ContextImpl.startActivity(ContextImpl.java:1169)
E/AndroidRuntime(23557): at android.app.ContextImpl.startActivity(ContextImpl.java:1145)
4
E/AndroidRuntime(23557): at android.content.ContextWrapper.startActivity(ContextWrapper.java:445)
E/AndroidRuntime(23557): at com.mappls.sdk.maps.MapView$2.onClick(MapView.java:297)
E/AndroidRuntime(23557): at android.view.View.performClick(View.java:8047)
E/AndroidRuntime(23557): at android.view.View.performClickInternal(View.java:8024)
E/AndroidRuntime(23557): at android.view.View.-$$Nest$mperformClickInternal(Unknown Source:0)
E/AndroidRuntime(23557): at android.view.View$PerformClick.run(View.java:31890)
E/AndroidRuntime(23557): at android.os.Handler.handleCallback(Handler.java:958)
E/AndroidRuntime(23557): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(23557): at android.os.Looper.loopOnce(Looper.java:230)
E/AndroidRuntime(23557): at android.os.Looper.loop(Looper.java:319)
E/AndroidRuntime(23557): at android.app.ActivityThread.main(ActivityThread.java:8919)
E/AndroidRuntime(23557): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime(23557): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
E/AndroidRuntime(23557): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
E/FirebaseCrashlytics(23557): Cannot send reports. Timed out while fetching settings.
I/Process (23557): Sending signal. PID: 23557 SIG: 9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant