diff options
author | dd3boh <dade.garberi@gmail.com> | 2017-10-13 19:09:53 +0200 |
---|---|---|
committer | dd3boh <dade.garberi@gmail.com> | 2017-10-31 12:34:43 +0100 |
commit | 8bd74c5a3ae34868ad6d0504cbb5bdb4fc743f05 (patch) | |
tree | b50a05cf231b8f54e1499789cc6e248e40673760 | |
parent | faaa419350ac2d4a18989a2e6aac1e119915d22b (diff) |
Revert "z2_plus: Flip screen in kernel [1/2]"
* This causes issues in XOS (the same we had in N, so display flickerings basically)
This reverts commit 926d2e079fb98f081a78c7ef90cdaa674a936462.
-rw-r--r-- | system.prop | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system.prop b/system.prop index 3783dba..affe09d 100644 --- a/system.prop +++ b/system.prop @@ -67,6 +67,9 @@ ro.qcom.ad.sensortype=2 # Fingerprint persist.qfp=false +# Flip panel +ro.sf.hwrotation=180 + # Google ro.opa.eligible_device=true |