[mob][photos] Fixes

This commit is contained in:
Aman Raj Singh Mourya
2024-07-21 23:46:11 +05:30
parent 1381cfc6e4
commit 3fbe161576

View File

@@ -21,7 +21,6 @@ import 'package:photos/ui/tabs/home_widget.dart';
import "package:photos/ui/viewer/actions/file_viewer.dart";
import "package:photos/utils/intent_util.dart";
import "package:privacy_screen/privacy_screen.dart";
import "package:secure_app_switcher/secure_app_switcher.dart";
class EnteApp extends StatefulWidget {
final Future<void> Function(String) runBackgroundTask;
@@ -135,8 +134,7 @@ class _EnteAppState extends State<EnteApp> with WidgetsBindingObserver {
themeMode: ThemeMode.system,
theme: lightThemeData,
darkTheme: darkThemeData,
home: const SecureAppSwitcherPage(
style: SecureMaskStyle.blurDark,
home: const PrivacyGate(
child: HomeWidget(),
),
debugShowCheckedModeBanner: false,