You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 12, 2019. It is now read-only.
I am not sure which one of the two is a bug. From the title I thought the bug was on Android, but from the description I understand the bug is in iOS. The problem is that the extension IS being added, or not being added?
Because I actually think that it is better to add the extension. But if you have a different point of view, please share it.
com.raananw.imageResizer\src\ios\ImageResize.m
NSRange r = [filename rangeOfString:format options:NSCaseInsensitiveSearch]; //removed
if (r.location == NSNotFound) {
[fullFileName appendString:@"."];
[fullFileName appendString:format];
}
I think the code above should be removed
The text was updated successfully, but these errors were encountered: