mirror of
				https://github.com/SimpleMobileTools/Simple-Gallery.git
				synced 2025-06-05 21:59:19 +02:00 
			
		
		
		
	check case when checking gif files
This commit is contained in:
		| @@ -36,7 +36,7 @@ public class Medium implements Serializable, Comparable { | ||||
|     } | ||||
|  | ||||
|     public boolean isGif() { | ||||
|         return getPath().endsWith(".gif"); | ||||
|         return getPath().toLowerCase().endsWith(".gif"); | ||||
|     } | ||||
|  | ||||
|     public boolean isImage() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user