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
I think its because of the "boundary.debugNeedsPaint" boolean in "_captureImage" function. If you look at docs, it says it should only be used for tests and asserts since it is only set in debug mode.
So simply comment out the boolen, and it should work fine.
In my case it looks fine in debug mode but when I run the app as profile mode it throws an exception
The text was updated successfully, but these errors were encountered: