From c71076fde520803338e895cf227d2ec419e9fdff Mon Sep 17 00:00:00 2001 From: Radek Czemerys Date: Sun, 4 Oct 2020 23:08:53 +0200 Subject: [PATCH] chore: remove TODO comment --- src/lib/ApplicationState.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/ApplicationState.ts b/src/lib/ApplicationState.ts index bb0b1dae..15d398b3 100644 --- a/src/lib/ApplicationState.ts +++ b/src/lib/ApplicationState.ts @@ -500,7 +500,6 @@ export class ApplicationState extends ApplicationService { // or return any sources. That's because while authenticating, Face ID prompts may trigger losing focus // notifications, causing the app to lock. If the user backgrouds the app during privilege authentication, // it will still be locked via the Backgrounding event. - // TODO: check this this.checkAndLockApplication(); }