Browse Source

fix typo

pull/18/head v0.2.0
Sun 4 years ago
parent
commit
0130e27740
  1. 2
      lib/widgets/default_home_show.dart

2
lib/widgets/default_home_show.dart

@ -29,7 +29,7 @@ class DefaultHomeShow extends StatelessWidget {
null, lang.chats, ChatList())), null, lang.chats, ChatList())),
ListSystemApp(name: lang.groups, icon: Icons.grid_view_rounded, ListSystemApp(name: lang.groups, icon: Icons.grid_view_rounded,
callback: () => Provider.of<AccountProvider>(context, listen: false).updateActivedApp( callback: () => Provider.of<AccountProvider>(context, listen: false).updateActivedApp(
null, lang.chats, ServiceList())), null, lang.groups, ServiceList())),
const SizedBox(height: 5.0), const SizedBox(height: 5.0),
const Divider(height: 1.0, color: Color(0x40ADB0BB)), const Divider(height: 1.0, color: Color(0x40ADB0BB)),
const SizedBox(height: 5.0), const SizedBox(height: 5.0),

Loading…
Cancel
Save