feat:合并待办和提醒功能
This commit is contained in:
@@ -61,14 +61,6 @@ class AppDrawer extends StatelessWidget {
|
||||
Provider.of<AppProvider>(context, listen: false).changeTab(1);
|
||||
},
|
||||
),
|
||||
_buildDrawerItem(
|
||||
icon: Icons.notifications,
|
||||
title: '提醒任务',
|
||||
onTap: () {
|
||||
Navigator.pop(context);
|
||||
Provider.of<AppProvider>(context, listen: false).changeTab(2);
|
||||
},
|
||||
),
|
||||
|
||||
const Divider(),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user