mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: handle http2https
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import 'package:PiliPalaX/common/widgets/image_save.dart';
|
||||
import 'package:PiliPalaX/pages/common/multi_select_controller.dart';
|
||||
import 'package:PiliPalaX/pages/fav_search/controller.dart';
|
||||
import 'package:PiliPalaX/utils/app_scheme.dart';
|
||||
@@ -152,6 +153,11 @@ class HistoryItem extends StatelessWidget {
|
||||
},
|
||||
onLongPress: () {
|
||||
if (ctr is FavSearchController) {
|
||||
imageSaveDialog(
|
||||
context: context,
|
||||
title: videoItem.title,
|
||||
cover: videoItem.cover,
|
||||
);
|
||||
return;
|
||||
}
|
||||
if (!ctr!.enableMultiSelect.value) {
|
||||
|
||||
Reference in New Issue
Block a user