mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
提示调整
This commit is contained in:
@@ -114,7 +114,7 @@ class VideoPopupMenu extends StatelessWidget {
|
||||
// ),
|
||||
PopupMenuItem<String>(
|
||||
onTap: () {
|
||||
MineController.onChangeAnonymity();
|
||||
MineController.onChangeAnonymity(context);
|
||||
},
|
||||
value: 'anonymous',
|
||||
height: menuItemHeight,
|
||||
|
||||
Reference in New Issue
Block a user