Hello,
I’ve installed the android app (1.3.2) from store and syncs fine, but when trying to open a pdf, it crashes.
Repeating a clean install, sometimes it works when opening the app the first 1-2 times, but then crashes and never works again. Other times crashes even from the first try when opening a pdf.
I did a lot of tries with settings (notifications on/off, full screen, permissions…), and even an install on a clean device, but no one helped
The page with the pdf file is seen just for moment and then the app crashes. Error is always the same:
java.lang.RuntimeException: android.os.TransactionTooLargeException: data parcel size 1227592 bytes at android.app.servertransaction.PendingTransactionActions$StopInfo.run(PendingTransactionActions.java:161) at android.os.Handler.handleCallback(Handler.java:883) at android.os.Handler.dispatchMessage(Handler.java:100) at android.os.Looper.loop(Looper.java:224) at android.app.ActivityThread.main(ActivityThread.java:7562) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:539) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:950) Caused by: android.os.TransactionTooLargeException: data parcel size 1227592 bytes at android.os.BinderProxy.transactNative(Native Method) at android.os.BinderProxy.transact(BinderProxy.java:511) at android.app.IActivityTaskManager$Stub$Proxy.activityStopped(IActivityTaskManager.java:4646) at android.app.servertransaction.PendingTransactionActions$StopInfo.run(PendingTransactionActions.java:145) ... 7 more
Does anyone has any idea?