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

Commit 9090d480 authored by liyong's avatar liyong Committed by Automerger Merge Worker
Browse files

DO NOT MERGE Correct physical orientation am: d4d89976 am: 4d96e62e

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1456317

Change-Id: I117593d4c82c57401bcd0a36095884164bffca50
parents 653aac7a 4d96e62e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -313,7 +313,7 @@ private:
            logicalOrientation = ui::Rotation::Rotation90;
        }

        const ui::Rotation orientation = device->getPhysicalOrientation() + logicalOrientation;
        const ui::Rotation orientation = logicalOrientation;

        switch (orientation) {
            case ui::ROTATION_0: