Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sunhuachuang committed Apr 27, 2021
1 parent 8de91bb commit 0130e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/widgets/default_home_show.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class DefaultHomeShow extends StatelessWidget {
null, lang.chats, ChatList())),
ListSystemApp(name: lang.groups, icon: Icons.grid_view_rounded,
callback: () => Provider.of<AccountProvider>(context, listen: false).updateActivedApp(
null, lang.chats, ServiceList())),
null, lang.groups, ServiceList())),
const SizedBox(height: 5.0),
const Divider(height: 1.0, color: Color(0x40ADB0BB)),
const SizedBox(height: 5.0),
Expand Down

0 comments on commit 0130e27

Please sign in to comment.