hrukudah #15

Closed
bodqhrohro wants to merge 30 commits from hrukudah into master
Showing only changes of commit cf9ca3cc46 - Show all commits

View file

@ -52,7 +52,9 @@ class PresenceIndicator : View {
} }
fun setStatus(contact: Contact?) { fun setStatus(contact: Contact?) {
val status = contact?.shownStatus val status = contact?.shownStatus?.takeIf {
contact.account?.isOnlineAndConnected == true
}
if (status != this.status) { if (status != this.status) {
this.status = status this.status = status
invalidate() invalidate()