mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-22 19:51:11 +08:00
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:
committed by
GitHub
parent
3787f99d35
commit
773bdafec3
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user