Skip to content

Commit a0895b6

Browse files
committed
fix #192
1 parent 0adc660 commit a0895b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/main.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ class FlutterReduxApp extends StatelessWidget {
3535
eventList: new List(),
3636
trendList: new List(),
3737
themeData: new ThemeData(
38-
primarySwatch: GSYColors.primarySwatch,
38+
primarySwatch: GSYColors.primarySwatch,
39+
platform: TargetPlatform.android,//fix #192
3940
),
4041
locale: Locale('zh', 'CH')),
4142
);

0 commit comments

Comments
 (0)