feat: Enable download images on iOS, not only share images

pull/1028/head
krille-chan 1 year ago
parent f71e3ad8e8
commit b280f8d8d9
No known key found for this signature in database

@ -32,7 +32,6 @@ class ImageViewerView extends StatelessWidget {
color: Colors.white, color: Colors.white,
tooltip: L10n.of(context)!.share, tooltip: L10n.of(context)!.share,
), ),
if (!PlatformInfos.isIOS)
IconButton( IconButton(
icon: const Icon(Icons.download_outlined), icon: const Icon(Icons.download_outlined),
onPressed: () => controller.saveFileAction(context), onPressed: () => controller.saveFileAction(context),

Loading…
Cancel
Save