We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e85ad5 + c0c7e4a commit 77d3054Copy full SHA for 77d3054
WordPressUtils/src/main/java/org/wordpress/android/util/MediaUtils.java
@@ -43,7 +43,7 @@ public static boolean isValidImage(String url) {
43
}
44
url = url.toLowerCase(Locale.ROOT);
45
return url.endsWith(".png") || url.endsWith(".jpg") || url.endsWith(".jpeg") || url.endsWith(".gif")
46
- || url.endsWith(".webp");
+ || url.endsWith(".webp") || url.endsWith(".heic") || url.endsWith(".heif");
47
48
49
public static boolean isDocument(String url) {
0 commit comments