mod: video report button

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-12-03 21:07:09 +08:00
parent 48d4e3ed34
commit 4ec7a628a6
2 changed files with 16 additions and 2 deletions

View File

@@ -994,7 +994,7 @@ class _VideoDetailPageState extends State<VideoDetailPage>
primary: false,
foregroundColor: Colors.white,
backgroundColor: Colors.transparent,
actions: (videoDetailController.userInfo == null)
actions: videoDetailController.userInfo == null
? null
: [
PopupMenuButton<String>(