Offline image rendering in POST markdown
Closed this issue · 3 comments
cedricfung commented
- Send a POST with image in it,
- after the image loaded,
- enable phone Airplane mode,
- the image can't be rendered offline
cedricfung commented
As all the user avatars, image messages can be loaded offline, how couldn't the POST image be loaded offline?
crossle commented
Markdown also setup Glide load image, but not work, it uses AsyncDrawableLoaderImpl
load image from the log, so it can not be offline.
SeniorZhai commented
I found out that the reason is these two lines of code.
In order to support SVG display, we added ImagesPlugin, GlideImagesPlugin was overwritten.
I will fix this bug.