From e5a86bcea981b2ce597ceaaf04a387f72ae50d41 Mon Sep 17 00:00:00 2001 From: Gowtham PJ Date: Thu, 2 Oct 2025 12:58:13 +0530 Subject: [PATCH] dodge: displayconfig: Correct inverted width and height The initial densityMapping configuration had references from AOSP DisplayDeviceConfig.java template which actually has this inverted. Let's correct it to account for the native portrait orientation in phones. Change-Id: I07c9567c1d0c72b7ed77c1fe8fdf399bae30dd85 --- configs/display/displayconfig.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configs/display/displayconfig.xml b/configs/display/displayconfig.xml index 092b7a8..b1a760f 100644 --- a/configs/display/displayconfig.xml +++ b/configs/display/displayconfig.xml @@ -2,13 +2,13 @@ - 1080 - 2376 + 2376 + 1080 450 - 1440 - 3168 + 3168 + 1440 560