Add Go Color 7 II to devices that follow gravity

This commit is contained in:
Gropinou
2025-08-08 20:30:13 -04:00
committed by GitHub
parent 176d3dec6c
commit cf02c5f971

View File

@@ -244,7 +244,7 @@ function Device:init()
}
-- disable translation for specific models, where media keys follow gravity, see https://github.com/koreader/koreader/issues/12423
if android.prop.model == "go7" or android.prop.model == "gocolor7" or android.prop.model == "moaanmix7" or android.prop.model == "xiaomi_reader" then
if android.prop.model == "go7" or android.prop.model == "gocolor7" or android.prop.model == "gocolor7_2" or android.prop.model == "moaanmix7" or android.prop.model == "xiaomi_reader" then
self.input:disableRotationMap()
end