|
|
@@ -25,6 +25,7 @@ import java.util.Locale;
|
|
|
* Lightweight version of {@link pl.droidsonroids.gif.GifDrawable} used to retrieve metadata of GIF only,
|
|
|
* without having to allocate the memory for its pixels.
|
|
|
*/
|
|
|
+@SuppressWarnings("ResourceType")
|
|
|
public class GifAnimationMetaData implements Serializable, Parcelable {
|
|
|
private static final long serialVersionUID = 5692363926580237325L;
|
|
|
|