From ec44900014ddb4f76875290ea68f22724744d322 Mon Sep 17 00:00:00 2001 From: hungnt Date: Tue, 28 Nov 2023 23:18:22 +0700 Subject: [PATCH] fix: lint --- lib/app.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/app.dart b/lib/app.dart index 942669a..c85f39c 100644 --- a/lib/app.dart +++ b/lib/app.dart @@ -22,6 +22,8 @@ class App extends HookConsumerWidget { useEffect(() { LocaleHelper.update(locale); + + return; }, [locale]); final materialApp = MaterialApp.router(