From 7719c7d2437171385cd692338748af583b824565 Mon Sep 17 00:00:00 2001 From: Vadim Tryshev Date: Fri, 27 Aug 2021 17:28:43 +0000 Subject: Revert^3 "Enable input window rotation flag" 0743a594c240c8aae4ec6d925d04f53876ccd96a Reason for revert: b/197866364 Bug: 197866364 Change-Id: I2f10f1b05168a353115067a397798896950dc75f --- services/surfaceflinger/SurfaceFlinger.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services/surfaceflinger') diff --git a/services/surfaceflinger/SurfaceFlinger.cpp b/services/surfaceflinger/SurfaceFlinger.cpp index 938252a454..395091bb7f 100644 --- a/services/surfaceflinger/SurfaceFlinger.cpp +++ b/services/surfaceflinger/SurfaceFlinger.cpp @@ -3055,7 +3055,7 @@ void SurfaceFlinger::updateInputFlinger() { bool enablePerWindowInputRotation() { static bool value = - android::base::GetBoolProperty("persist.debug.per_window_input_rotation", true); + android::base::GetBoolProperty("persist.debug.per_window_input_rotation", false); return value; } -- cgit v1.2.3-59-g8ed1b