提交 a5e015aa 编写于 作者: S Sam Judd

Fix gifbitmap tests in wrong package

上级 44b89ba4
package com.bumptech.glide.load.resource.drawable;
package com.bumptech.glide.load.resource.gifbitmap;
import android.graphics.Bitmap;
import android.os.ParcelFileDescriptor;
......@@ -7,8 +7,6 @@ import com.bumptech.glide.load.ResourceDecoder;
import com.bumptech.glide.load.model.ImageVideoWrapper;
import com.bumptech.glide.load.resource.gif.GifData;
import com.bumptech.glide.load.resource.gif.GifDrawable;
import com.bumptech.glide.load.resource.gifbitmap.GifBitmapWrapper;
import com.bumptech.glide.load.resource.gifbitmap.GifBitmapWrapperResourceDecoder;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
......
package com.bumptech.glide.load.resource.drawable;
package com.bumptech.glide.load.resource.gifbitmap;
import android.graphics.Bitmap;
import com.bumptech.glide.Resource;
......
package com.bumptech.glide.load.resource.drawable;
package com.bumptech.glide.load.resource.gifbitmap;
import com.bumptech.glide.Resource;
import com.bumptech.glide.load.ResourceDecoder;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册