Fix HTTP event image not loading on click

This commit is contained in:
miruka 2020-07-21 19:45:52 -04:00
parent 377b11220e
commit 43cfb74460
2 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,6 @@
- Image viewer: - Image viewer:
- fix: manual WM fullscreen > press f - fix: manual WM fullscreen > press f
- fix e in small window - fix e in small window
- http not loading on click
- hflickable: support kinetic scrolling disabler - hflickable: support kinetic scrolling disabler
- compress png in a thread - compress png in a thread

View File

@ -78,7 +78,10 @@ HMxcImage {
return return
} }
eventList.openImageViewer(singleMediaInfo) eventList.openImageViewer(
singleMediaInfo,
loader.mediaUrl.startsWith("mxc://") ? "" : loader.mediaUrl,
)
} }
} }