chore(localization): fix analyzer warning
Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
@@ -64,8 +64,7 @@ class MyApp extends StatelessWidget {
|
|||||||
final Channel channel;
|
final Channel channel;
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) => MaterialApp(
|
||||||
return MaterialApp(
|
|
||||||
theme: ThemeData.light(),
|
theme: ThemeData.light(),
|
||||||
darkTheme: ThemeData.dark(),
|
darkTheme: ThemeData.dark(),
|
||||||
// Add all the supported locales
|
// Add all the supported locales
|
||||||
@@ -86,7 +85,6 @@ class MyApp extends StatelessWidget {
|
|||||||
child: const ChannelPage(),
|
child: const ChannelPage(),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// A list of messages sent in the current channel.
|
/// A list of messages sent in the current channel.
|
||||||
|
|||||||
Reference in New Issue
Block a user