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
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)```
The text was updated successfully, but these errors were encountered:
Android 6.1 and 5.1
App version is latest version fron f-droid
The text was updated successfully, but these errors were encountered: