Fix HTTP event image not loading on click
This commit is contained in:
parent
377b11220e
commit
43cfb74460
1
TODO.md
1
TODO.md
|
@ -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
|
||||||
|
|
|
@ -78,7 +78,10 @@ HMxcImage {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
eventList.openImageViewer(singleMediaInfo)
|
eventList.openImageViewer(
|
||||||
|
singleMediaInfo,
|
||||||
|
loader.mediaUrl.startsWith("mxc://") ? "" : loader.mediaUrl,
|
||||||
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user