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

App crash when click share csv file #26

Open
muhammadarif1 opened this issue Jun 29, 2019 · 0 comments
Open

App crash when click share csv file #26

muhammadarif1 opened this issue Jun 29, 2019 · 0 comments

Comments

@muhammadarif1
Copy link

Android 6.1 and 5.1
App version is latest version fron f-droid

Process: de.php_tech.piggybudget, PID: 20574
android.util.AndroidRuntimeException: Calling startActivity() from outside of an Activity  context requires the FLAG_ACTIVITY_NEW_TASK flag. Is this really what you want?
	at android.app.ContextImpl.startActivity(ContextImpl.java:1359)
	at android.app.ContextImpl.startActivity(ContextImpl.java:1346)
	at android.content.ContextWrapper.startActivity(ContextWrapper.java:323)
	at android.content.ContextWrapper.startActivity(ContextWrapper.java:323)
	at de.php_tech.piggybudget.ExportIntentModule.exportCsv(ExportIntentModule.java:54)
	at java.lang.reflect.Method.invoke(Native Method)
	at java.lang.reflect.Method.invoke(Method.java:372)
	at com.facebook.react.bridge.JavaMethodWrapper.invoke(JavaMethodWrapper.java:372)
	at com.facebook.react.bridge.JavaModuleWrapper.invoke(JavaModuleWrapper.java:158)
	at com.facebook.react.bridge.queue.NativeRunnable.run(Native Method)
	at android.os.Handler.handleCallback(Handler.java:815)
	at android.os.Handler.dispatchMessage(Handler.java:104)
	at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:29)
	at android.os.Looper.loop(Looper.java:218)
	at com.facebook.react.bridge.queue.MessageQueueThreadImpl$3.run(MessageQueueThreadImpl.java:192)
	at java.lang.Thread.run(Thread.java:818)```
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