opt: more linter (#1765)

* opt: more linter

* fix [skip ci]

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>

---------

Co-authored-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
My-Responsitories
2025-12-07 23:46:42 +08:00
committed by GitHub
parent 3787f99d35
commit 773bdafec3
22 changed files with 55 additions and 49 deletions

View File

@@ -47,7 +47,7 @@ class VideoCardHMemberVideo extends StatelessWidget {
onSecondaryTap: Utils.isMobile ? null : onLongPress,
onTap:
onTap ??
() async {
() {
final isPgc = videoItem.isPgc == true;
final isPugv = videoItem.isPugv == true;
if ((isPgc || isPugv) && videoItem.uri?.isNotEmpty == true) {