From 39a693edac02fbda9207c71dfb047f7bcc8e2f28 Mon Sep 17 00:00:00 2001 From: Aman Raj Singh Mourya Date: Tue, 23 Jul 2024 15:04:19 +0530 Subject: [PATCH] [mob][photos] Quick fixes --- mobile/lib/utils/lock_screen_settings.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/mobile/lib/utils/lock_screen_settings.dart b/mobile/lib/utils/lock_screen_settings.dart index 55e1fdfe9c..f6d48ad209 100644 --- a/mobile/lib/utils/lock_screen_settings.dart +++ b/mobile/lib/utils/lock_screen_settings.dart @@ -24,6 +24,7 @@ class LockScreenSettings { void init(SharedPreferences prefs) async { _secureStorage = const FlutterSecureStorage(); _preferences = prefs; + await shouldShowAppContent(isContentVisible: getShouldShowAppContent()); } Future shouldShowAppContent({bool isContentVisible = true}) async {