mirror of https://github.com/vector-im/riot-web
oops, didn't mean to leave this in
parent
89eb321ace
commit
de1ec06110
|
@ -111,7 +111,6 @@ class UserActivity {
|
|||
|
||||
_onPageVisibilityChanged(e) {
|
||||
if (document.visibilityState === "hidden") {
|
||||
console.log("page hidden");
|
||||
this._activityTimeout.abort();
|
||||
} else {
|
||||
this._onUserActivity(e);
|
||||
|
|
Loading…
Reference in New Issue