From 0130e2774090d4b67164a229cd05f7a73ada9f1c Mon Sep 17 00:00:00 2001 From: Sun Date: Tue, 27 Apr 2021 11:04:54 +0800 Subject: [PATCH] fix typo --- lib/widgets/default_home_show.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/widgets/default_home_show.dart b/lib/widgets/default_home_show.dart index 6059fe0..262346c 100644 --- a/lib/widgets/default_home_show.dart +++ b/lib/widgets/default_home_show.dart @@ -29,7 +29,7 @@ class DefaultHomeShow extends StatelessWidget { null, lang.chats, ChatList())), ListSystemApp(name: lang.groups, icon: Icons.grid_view_rounded, callback: () => Provider.of(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),