From 3c2ab8b1e1894de5e5ba35eaa820465973e41686 Mon Sep 17 00:00:00 2001 From: vadimt Date: Mon, 6 Feb 2023 15:00:49 -0800 Subject: [PATCH] Marking that we process REQUEST_ENABLE_ROTATION Bug: 187761685 Test: presubmit Change-Id: I8239cd59dada685618fb273ef5840d30756ec84a --- src/com/android/launcher3/testing/TestInformationHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/android/launcher3/testing/TestInformationHandler.java b/src/com/android/launcher3/testing/TestInformationHandler.java index 9a34478918..2c26b91e51 100644 --- a/src/com/android/launcher3/testing/TestInformationHandler.java +++ b/src/com/android/launcher3/testing/TestInformationHandler.java @@ -176,7 +176,7 @@ public class TestInformationHandler implements ResourceBasedOverride { MAIN_EXECUTOR.submit(() -> Launcher.ACTIVITY_TRACKER.getCreatedActivity().getRotationHelper() .forceAllowRotationForTesting(Boolean.parseBoolean(arg))); - return null; + return response; case TestProtocol.REQUEST_WORKSPACE_CELL_LAYOUT_SIZE: return getLauncherUIProperty(Bundle::putIntArray, launcher -> {