Fix outdated presence for lazy loaded members

This commit is contained in:
vslg
2020-07-01 17:55:03 -03:00
committed by miruka
parent 59198da3b0
commit 6e202c3e27
6 changed files with 55 additions and 39 deletions

View File

@@ -54,7 +54,7 @@ HAvatar {
}
HLoader {
active: presence
active: presence && presence !== "offline"
anchors.bottom: parent.bottom
anchors.right: parent.right
anchors.bottomMargin: -diameter / 2