mod: 收藏夹跳转
This commit is contained in:
@ -105,7 +105,7 @@ class _MediaPageState extends State<MediaPage>
|
||||
color: Theme.of(context).dividerColor.withOpacity(0.1),
|
||||
),
|
||||
ListTile(
|
||||
onTap: () {},
|
||||
onTap: () => Get.toNamed('/fav'),
|
||||
leading: null,
|
||||
dense: true,
|
||||
title: Padding(
|
||||
|
Reference in New Issue
Block a user