Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6c6d81a1 authored by Darryl Johnson's avatar Darryl Johnson Committed by Android (Google) Code Review
Browse files

Merge "Temporal fix of the Android Auto orientation chaniging on phone's...

Merge "Temporal fix of the Android Auto orientation chaniging on phone's orientation change." into rvc-dev
parents 1528d90d 59beefe7
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1121,7 +1121,9 @@ public class ResourcesManager {
            daj = new DisplayAdjustments(daj);
            daj.setCompatibilityInfo(compat);
        }
        if (displayId == Display.DEFAULT_DISPLAY) {
            daj.setConfiguration(config);
        }
        DisplayMetrics dm = getDisplayMetrics(displayId, daj);
        if (displayId != Display.DEFAULT_DISPLAY) {
            applyNonDefaultDisplayMetricsToConfiguration(dm, tmpConfig);