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
ParseImageView s always need to be re-set after state saving and restoration.
A save / restore interface could be implemented, for instance, something like:
onSaveInstanceState : if file != null, save file.url() or something like that.
onRestoreInstanceState : get the url, create a file from that and call setParseFile(file).
The text was updated successfully, but these errors were encountered:
ParseImageView s always need to be re-set after state saving and restoration.
A save / restore interface could be implemented, for instance, something like:
The text was updated successfully, but these errors were encountered: