Browse Source

解决错误
Error: Expected resource of type raw [ResourceType

SpringBoots 8 years ago
parent
commit
e3718add05
1 changed files with 1 additions and 0 deletions
  1. 1 0
      WeiChat/src/main/java/pl/droidsonroids/gif/GifDrawable.java

+ 1 - 0
WeiChat/src/main/java/pl/droidsonroids/gif/GifDrawable.java

@@ -51,6 +51,7 @@ import java.util.concurrent.TimeUnit;
  *
  * @author koral--
  */
+@SuppressWarnings("ResourceType")
 public class GifDrawable extends Drawable implements Animatable, MediaPlayerControl {
     final ScheduledThreadPoolExecutor mExecutor;