Skip to content

Commit cea567c

Browse files
committed
fix #886
1 parent cf9f830 commit cea567c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/app.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class _FlutterReduxAppState extends State<FlutterReduxApp>
4444
userInfo: User.empty(),
4545
login: false,
4646
themeData: CommonUtils.getThemeData(GSYColors.primarySwatch),
47-
locale: const Locale('zh', 'CH')),
47+
locale: const Locale('en', 'US')),
4848
);
4949

5050
ColorFilter greyscale = const ColorFilter.matrix(<double>[

0 commit comments

Comments
 (0)