Local model race condition #105
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
On the android app, sometime trying to load an image results in an error:
Error loading image: The source image cannot be decoded
Subsequent attempts to load that image can be successful. I assume that the image is being passed to the model prior to complete loading but only sometimes.
Assumption incorrect: The error comes from the image element decode method (should, perhaps, have been obvious).
If the image source is not viable then decode() exits with an error, but why is the image source viable sometimes and not others?