We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8de91bb commit 0130e27Copy full SHA for 0130e27
lib/widgets/default_home_show.dart
@@ -29,7 +29,7 @@ class DefaultHomeShow extends StatelessWidget {
29
null, lang.chats, ChatList())),
30
ListSystemApp(name: lang.groups, icon: Icons.grid_view_rounded,
31
callback: () => Provider.of<AccountProvider>(context, listen: false).updateActivedApp(
32
- null, lang.chats, ServiceList())),
+ null, lang.groups, ServiceList())),
33
const SizedBox(height: 5.0),
34
const Divider(height: 1.0, color: Color(0x40ADB0BB)),
35
0 commit comments