Fixed an issue where selected locale was not used
This commit is contained in:
@@ -31,6 +31,7 @@ Future<void> main() async {
|
||||
|
||||
final scaleController = ScaleController();
|
||||
final localeController = LocaleController();
|
||||
await localeController.init();
|
||||
|
||||
runApp(
|
||||
MultiProvider(
|
||||
|
||||
Reference in New Issue
Block a user