Skip to content

Commit 1e2fb23

Browse files
committed
Update the list of moto X gen 2 models that require locks around Canvas.
More progress towards #738. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=170938515
1 parent 28e461e commit 1e2fb23

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

library/src/main/java/com/bumptech/glide/load/resource/bitmap/TransformationUtils.java

+9-1
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,16 @@ public final class TransformationUtils {
3838
// See #738.
3939
private static final List<String> MODELS_REQUIRING_BITMAP_LOCK =
4040
Arrays.asList(
41+
// Moto X gen 2
42+
"XT1085",
43+
"XT1092",
44+
"XT1093",
45+
"XT1094",
46+
"XT1095",
47+
"XT1096",
4148
"XT1097",
42-
"XT1085");
49+
"XT1098"
50+
);
4351
/**
4452
* https://github.com/bumptech/glide/issues/738 On some devices (Moto X with android 5.1) bitmap
4553
* drawing is not thread safe.

0 commit comments

Comments
 (0)