diff --git a/apps/desktop/src/app/app.component.ts b/apps/desktop/src/app/app.component.ts index 2f009c9c7a1..e2bd6a77e40 100644 --- a/apps/desktop/src/app/app.component.ts +++ b/apps/desktop/src/app/app.component.ts @@ -156,6 +156,7 @@ export class AppComponent implements OnInit, OnDestroy { switch (message.command) { case "loggedIn": case "unlocked": + this.recordActivity(); this.notificationsService.updateConnection(); this.updateAppMenu(); this.systemService.cancelProcessReload();