From e833c3b991f8debd51702e3898e1a1f72d56b7c8 Mon Sep 17 00:00:00 2001 From: CbS Ghost Date: Sun, 22 Oct 2017 01:07:17 +0800 Subject: [PATCH] Hotfix: detect both PNG and JPEG files properly. --- Tweak.xm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tweak.xm b/Tweak.xm index f70f70b..202e2cc 100644 --- a/Tweak.xm +++ b/Tweak.xm @@ -124,7 +124,7 @@ } - if ([mimeType isEqualToString:@"image/png"]) { + if ([mimeType isEqualToString:@"image/png"] || [mimeType isEqualToString:@"image/jpeg"]) { [%c(APPSShowTips) showLoadingWithMessage:@"Downloading..."];