Skip to content

Commit 0130e27

Browse files
committed
fix typo
1 parent 8de91bb commit 0130e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/widgets/default_home_show.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class DefaultHomeShow extends StatelessWidget {
2929
null, lang.chats, ChatList())),
3030
ListSystemApp(name: lang.groups, icon: Icons.grid_view_rounded,
3131
callback: () => Provider.of<AccountProvider>(context, listen: false).updateActivedApp(
32-
null, lang.chats, ServiceList())),
32+
null, lang.groups, ServiceList())),
3333
const SizedBox(height: 5.0),
3434
const Divider(height: 1.0, color: Color(0x40ADB0BB)),
3535
const SizedBox(height: 5.0),

0 commit comments

Comments
 (0)