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

@@ -35,7 +35,7 @@ Dialog {
circular: true
onPrimaryClicked: fullScreenImage.createObject(parent, {"filename": user.diaplayName, "localPath": room.urlToMxcUrl(user.avatarUrl)}).show()
onPrimaryClicked: fullScreenImage.createObject(parent, {"filename": user.diaplayName, "localPath": room.urlToMxcUrl(user.avatarUrl)}).showFullScreen()
}
}