Fix by allowing RoomPage to access the interactive property of the timeline
This commit is contained in:
@@ -290,6 +290,7 @@ MessageDelegate {
|
||||
text: i18n("Maximize")
|
||||
icon.name: "view-fullscreen"
|
||||
onTriggered: {
|
||||
root.ListView.view.interactive = false
|
||||
vid.pause()
|
||||
// We need to make sure the index is that of the MediaMessageFilterModel.
|
||||
if (root.ListView.view.model instanceof MessageFilterModel) {
|
||||
|
||||
Reference in New Issue
Block a user