Skip to content

Commit

Permalink
Hotfix: detect both PNG and JPEG files properly.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbsghost committed Oct 21, 2017
1 parent 0007adf commit e833c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tweak.xm
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@

}

if ([mimeType isEqualToString:@"image/png"]) {
if ([mimeType isEqualToString:@"image/png"] || [mimeType isEqualToString:@"image/jpeg"]) {

[%c(APPSShowTips) showLoadingWithMessage:@"Downloading..."];

Expand Down

0 comments on commit e833c3b

Please sign in to comment.