diff options
| author | 2021-08-25 20:35:55 +0000 | |
|---|---|---|
| committer | 2021-08-25 20:35:55 +0000 | |
| commit | a15300436a4f908d7d3ff9502561e781a081e05a (patch) | |
| tree | a0cd55825814c3f0f16ced7976afba831ea3899c /libs/input/Input.cpp | |
| parent | 3a7e84419c4919b003cdba9e9183226240938796 (diff) | |
| parent | 239e1dd18b6de66ab2b7237c44f7c3b29f8e20b1 (diff) | |
Merge "Revert^2 "Enable input window rotation flag"" into sc-v2-dev am: f459a9f290 am: 239e1dd18b
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/15624996
Change-Id: I8f7ae55c0d92e802a8cdccce7ee9273fb7ac53f9
Diffstat (limited to 'libs/input/Input.cpp')
| -rw-r--r-- | libs/input/Input.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/input/Input.cpp b/libs/input/Input.cpp index 1e8ff945ef..b7f8e7e4cc 100644 --- a/libs/input/Input.cpp +++ b/libs/input/Input.cpp @@ -47,7 +47,7 @@ namespace { // coordinates and SurfaceFlinger includes the display rotation in the input window transforms. bool isPerWindowInputRotationEnabled() { static const bool PER_WINDOW_INPUT_ROTATION = - base::GetBoolProperty("persist.debug.per_window_input_rotation", false); + base::GetBoolProperty("persist.debug.per_window_input_rotation", true); return PER_WINDOW_INPUT_ROTATION; } |