Fix fullscreenimage.

This commit is contained in:
Black Hat
2019-07-14 16:08:50 +08:00
parent d304679303
commit be1e19934e
3 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ Drawer {
circular: true
onClicked: fullScreenImage.createObject(parent, {"filename": room.diaplayName, "localPath": room.urlToMxcUrl(room.avatarUrl)}).show()
onClicked: fullScreenImage.createObject(parent, {"filename": room.diaplayName, "localPath": room.urlToMxcUrl(room.avatarUrl)}).showFullScreen()
}
}