Skip to content

Commit 90a657b

Browse files
sjuddglide-copybara-robot
authored andcommitted
Update LG HAL hardcoded hardware bitmap blacklist.
PiperOrigin-RevId: 337935996
1 parent 7d7042c commit 90a657b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

+1-3
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ private static boolean isHardwareConfigDisallowedByB147430447() {
226226
}
227227
// This method will only be called once, so simple iteration is reasonable.
228228
return Arrays.asList(
229-
"ILA X1",
230229
"LG-M250",
231230
"LG-M320",
232231
"LG-Q710AL",
@@ -247,8 +246,7 @@ private static boolean isHardwareConfigDisallowedByB147430447() {
247246
"LM-Q710.FGN",
248247
"LM-X220PM",
249248
"LM-X220QMA",
250-
"LM-X410PM",
251-
"SGINO")
249+
"LM-X410PM")
252250
.contains(Build.MODEL);
253251
}
254252

0 commit comments

Comments
 (0)