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

Commit 5950f0c6 authored by Linux Build Service Account's avatar Linux Build Service Account
Browse files

Merge 6ab69f0e on remote branch

Change-Id: I797e049eca93dfde8d51a07627b1b5cb394391f0
parents dd60ee40 6ab69f0e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -165,7 +165,7 @@ DisplayDevice::DisplayDevice(

    mPanelMountFlip = 0;
    // 1: H-Flip, 2: V-Flip, 3: 180 (HV Flip)
    property_get("persist.panel.mountflip", property, "0");
    property_get("ro.panel.mountflip", property, "0");
    mPanelMountFlip = atoi(property);

    // initialize the display orientation transform.