mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[Android] Add Go Color 7 II to devices that follow gravity (#14156)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user