Fix lint warning
This commit is contained in:
parent
614e13e7da
commit
76c8ddd62b
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ class _EnteAppState extends State<EnteApp> with WidgetsBindingObserver {
|
|||
debugShowCheckedModeBanner: false,
|
||||
builder: EasyLoading.init(),
|
||||
supportedLocales: L10n.all,
|
||||
localizationsDelegates: [
|
||||
localizationsDelegates: const [
|
||||
AppLocalizations.delegate,
|
||||
GlobalMaterialLocalizations.delegate,
|
||||
GlobalCupertinoLocalizations.delegate,
|
||||
|
|
Loading…
Reference in a new issue