Skip to content

Commit

Permalink
Add SHIFT6m to hardware bitmap blocklist (#1812)
Browse files Browse the repository at this point in the history
  • Loading branch information
johan12345 authored Jul 18, 2023
1 parent 3e24b82 commit 4ffb10b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion coil-base/src/main/java/coil/util/HardwareBitmaps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@ private val IS_DEVICE_BLOCKED = when (SDK_INT) {
"S80Lite", // Doogee S80Lite
"SGINO6", // SGiNO 6
"st18c10bnn", // Barnes and Noble BNTV650
"TECNO-CA8" // Tecno CAMON X Pro
"TECNO-CA8", // Tecno CAMON X Pro,
"SHIFT6m" // SHIFT 6m
)
}
else -> false
Expand Down

0 comments on commit 4ffb10b

Please sign in to comment.