Flickering markdown messages
While scrolling a message stream up with multiple markdown rendered images, the messages "jump" a little bit around sometimes. This does not happen when scrolling down. Here is a small screen capture, which might explain it better: Link
Im on a galaxy S10e with android 10, if that helps.
The image loading is asynchronous, meaning the image will be rendered later into the message. This leads most likely to the jumping because as you scroll up the message is rendered and then the image.
I'd say it's not easy fixable, but maybe there is a workaround for preserving the scroll position after the image will be added.
This currently makes feeds with large images pretty unusable as it can skip several messages.
Is there maybe a way to the keep card size static during loading/unloading images?
Also same issue appears on the webui.