Skip to content

Commit

Permalink
TRY 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Scapesfear committed Dec 24, 2024
1 parent cc36071 commit a6635ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AnkiDroid/src/main/java/com/ichi2/anki/AnkiDroidApp.kt
Original file line number Diff line number Diff line change
Expand Up @@ -447,8 +447,8 @@ open class AnkiDroidApp :
.lowercase()
.trim()
.contains(currentDevice.manufacturer) ||
currentDevice.model.contains(device.model.lowercase().trim())
)
currentDevice.model.contains(device.model.lowercase().trim())
)
}

if (partialMatch) {
Expand Down

0 comments on commit a6635ff

Please sign in to comment.