@hikerus@social.bitcast.info The bug is caused by a changed behavior of the Message Editor. Now, as soon as Activity get paused (e.g. when an image selection dialog opens), the Editor is hidden and current draft is being saved in a background. After image selection is made, control returns to the Activity, but there is no open Editor there, and this is why selected image is ignored.
After Activity's return from a paused state the last draft is being loaded back to the Message Editor automatically, again, in a background, but this is too late: information on selected image is discarded already.
I think that now you are starting to understand the tricky asynchronous logic of the Message Editor?!