mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
fix: permission dialog (#1799)
* don't request photo permission on A13+ saving to system album requires no additional permission * fix permission dialog * update Signed-off-by: dom <githubaccount56556@proton.me> --------- Co-authored-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -407,10 +407,9 @@ class HeaderControlState extends State<HeaderControl>
|
||||
dense: true,
|
||||
onTap: () {
|
||||
Get.back();
|
||||
ImageUtils.downloadImg(
|
||||
context,
|
||||
[widget.videoDetailCtr.cover.value],
|
||||
);
|
||||
ImageUtils.downloadImg([
|
||||
widget.videoDetailCtr.cover.value,
|
||||
]);
|
||||
},
|
||||
leading: const Icon(Icons.image_outlined, size: 20),
|
||||
title: const Text('保存封面', style: titleStyle),
|
||||
|
||||
Reference in New Issue
Block a user