提示调整

This commit is contained in:
orz12
2024-01-23 18:35:43 +08:00
parent d68cec77ec
commit 37ff851ddd
3 changed files with 35 additions and 11 deletions

View File

@@ -114,7 +114,7 @@ class VideoPopupMenu extends StatelessWidget {
// ),
PopupMenuItem<String>(
onTap: () {
MineController.onChangeAnonymity();
MineController.onChangeAnonymity(context);
},
value: 'anonymous',
height: menuItemHeight,