We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28e461e commit 1e2fb23Copy full SHA for 1e2fb23
library/src/main/java/com/bumptech/glide/load/resource/bitmap/TransformationUtils.java
@@ -38,8 +38,16 @@ public final class TransformationUtils {
38
// See #738.
39
private static final List<String> MODELS_REQUIRING_BITMAP_LOCK =
40
Arrays.asList(
41
+ // Moto X gen 2
42
+ "XT1085",
43
+ "XT1092",
44
+ "XT1093",
45
+ "XT1094",
46
+ "XT1095",
47
+ "XT1096",
48
"XT1097",
- "XT1085");
49
+ "XT1098"
50
+ );
51
/**
52
* https://github.com/bumptech/glide/issues/738 On some devices (Moto X with android 5.1) bitmap
53
* drawing is not thread safe.
0 commit comments