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

Commit 9913d231 authored by Baldev Sahu's avatar Baldev Sahu Committed by Gerrit - the friendly Code Review server
Browse files

SF: Rename persist.panel.mountflip to ro.panel.mountflip

Due to encryption persist property is not read correctly when
SurfaceFlinger comes up so make it ro.panel.mountflip.

Change-Id: I5a41caf4df82cb83e5a27028700b8479a7f3fcf4
parent 5b11e147
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.