Skip to content

Commit

Permalink
Update the list of moto X gen 2 models that require locks around Canvas.
Browse files Browse the repository at this point in the history
More progress towards bumptech#738.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=170938515
  • Loading branch information
sjudd committed Oct 5, 2017
1 parent 28e461e commit 1e2fb23
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,16 @@ public final class TransformationUtils {
// See #738.
private static final List<String> MODELS_REQUIRING_BITMAP_LOCK =
Arrays.asList(
// Moto X gen 2
"XT1085",
"XT1092",
"XT1093",
"XT1094",
"XT1095",
"XT1096",
"XT1097",
"XT1085");
"XT1098"
);
/**
* https://github.com/bumptech/glide/issues/738 On some devices (Moto X with android 5.1) bitmap
* drawing is not thread safe.
Expand Down

0 comments on commit 1e2fb23

Please sign in to comment.