Skip to content

Commit 5e99365

Browse files
Update DeviceInfo.kt
Corrected typo in device product identifier for Inkbook Focus Plus
1 parent ba6f0ae commit 5e99365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/org/koreader/launcher/device/DeviceInfo.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ object DeviceInfo {
272272
-> Id.INKBOOKFOCUS
273273

274274
// InkBook Focus Plus
275-
PRODUCT == "r07802" && MODEL == "focus plus"
275+
PRODUCT == "ro7802" && MODEL == "focus plus"
276276
-> Id.INKBOOKFOCUS_PLUS
277277

278278
// InkPalm Plus

0 commit comments

Comments
 (0)