forked from mirror/monocles_chat
Only indicate active when account is online and connected
This commit is contained in:
parent
fe5b9a5624
commit
aa39942354
1 changed files with 1 additions and 1 deletions
|
@ -642,7 +642,7 @@ public class Contact implements ListItem, Blockable {
|
|||
}
|
||||
|
||||
public boolean isActive() {
|
||||
return this.mActive;
|
||||
return this.mActive && account.isOnlineAndConnected();
|
||||
}
|
||||
|
||||
public boolean setLastseen(long timestamp) {
|
||||
|
|
Loading…
Reference in a new issue