We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af81459 commit 5f1f603Copy full SHA for 5f1f603
lib/app/view/app.dart
@@ -181,8 +181,8 @@ class _AppViewState extends State<_AppView> {
181
previous.themeMode != current.themeMode ||
182
previous.flexScheme != current.flexScheme ||
183
previous.fontFamily != current.fontFamily ||
184
- previous.appTextScaleFactor !=
185
- current.appTextScaleFactor, // Use text scale factor
+ previous.appTextScaleFactor != current.appTextScaleFactor ||
+ previous.locale != current.locale, // Added locale check
186
builder: (context, state) {
187
return MaterialApp.router(
188
debugShowCheckedModeBanner: false,
0 commit comments