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

Commit 4d96e62e authored by liyong's avatar liyong Committed by Automerger Merge Worker
Browse files

DO NOT MERGE Correct physical orientation am: d4d89976

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

Change-Id: I29af1bb8fa2ffd8ba47ee7a65d619ecab78bb102
parents 80e4479b d4d89976
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: