We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d7042c commit 90a657bCopy full SHA for 90a657b
library/src/main/java/com/bumptech/glide/load/resource/bitmap/HardwareConfigState.java
@@ -226,7 +226,6 @@ private static boolean isHardwareConfigDisallowedByB147430447() {
226
}
227
// This method will only be called once, so simple iteration is reasonable.
228
return Arrays.asList(
229
- "ILA X1",
230
"LG-M250",
231
"LG-M320",
232
"LG-Q710AL",
@@ -247,8 +246,7 @@ private static boolean isHardwareConfigDisallowedByB147430447() {
247
246
"LM-Q710.FGN",
248
"LM-X220PM",
249
"LM-X220QMA",
250
- "LM-X410PM",
251
- "SGINO")
+ "LM-X410PM")
252
.contains(Build.MODEL);
253
254
0 commit comments