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
new FreeDrawSerializableState(mCanceledPaths, mPaths, getPaintColor(),
getPaintAlpha(), getPaintWidth(), getResizeBehaviour(),
mLastDimensionW, mLastDimensionH);
with mCanceledPaths, mPaths as pointers to respective arraylists, such that changes are represented both on the original and the copy.
If thats not intended behaviour, i would suggest returning hard copies.
Thanks for the hard work! Much love.
Huy
The text was updated successfully, but these errors were encountered:
Hello RiccardoMoro!
FreeDrawSerializableState#getCurrentViewStateAsSerializable()
returns
with mCanceledPaths, mPaths as pointers to respective arraylists, such that changes are represented both on the original and the copy.
If thats not intended behaviour, i would suggest returning hard copies.
Thanks for the hard work! Much love.
Huy
The text was updated successfully, but these errors were encountered: