Просмотр исходного кода

Merge branch 'draft' of https://gitlab.com/Arisono/SkWeiChat-Baidu into update_version

# Conflicts:
#	WeiChat/src/main/res/values-en/strings.xml
#	WeiChat/src/main/res/values/strings.xml
SpringBoots 8 лет назад
Родитель
Сommit
895b8e841e

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

@@ -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;