From 4adeca011b995200c025f55f087d63a6d0bfb15c Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Tue, 27 Jul 2021 16:15:13 +0200 Subject: [PATCH] fix: Tests --- lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index 36c3a3dea..0177df275 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -129,7 +129,7 @@ class _FluffyChatAppState extends State { key: _router, title: '${AppConfig.applicationName}', theme: theme, - logs: kReleaseMode ? VLogs.none : null, + logs: kReleaseMode ? VLogs.none : VLogs.info, darkTheme: darkTheme, localizationsDelegates: L10n.localizationsDelegates, supportedLocales: L10n.supportedLocales,