forked from mirror/monocles_chat_clean
Only indicate active when account is online and connected
This commit is contained in:
parent
87c9f3ed83
commit
ca61d1b359
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…
Add table
Reference in a new issue