You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
Update the Android editor flavors to avoid vendor-specific references
This commit is contained in:
@@ -517,6 +517,10 @@ abstract class BaseGodotEditor : GodotActivity() {
|
||||
return isNativeXRDevice();
|
||||
}
|
||||
|
||||
if (featureTag == "horizonos") {
|
||||
return isHorizonOSDevice()
|
||||
}
|
||||
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user