From 03aa04d45b35f8df58ec3b2dc7e6fcac4c4592b5 Mon Sep 17 00:00:00 2001 From: Alex Chau Date: Mon, 16 Sep 2024 09:54:32 +0000 Subject: [PATCH] Revert "Adds new log constant to track overview select tooltip misalignment" This reverts commit cbc8bf044397fd221656dabb20e06ad687427467. Reason for revert: b/332485341 is fixed, revert logging constant previous added Change-Id: I970a3af9905037a51bd9748324f35ac80de9b06b --- .../com/android/launcher3/testing/shared/TestProtocol.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/multivalentTests/shared/com/android/launcher3/testing/shared/TestProtocol.java b/tests/multivalentTests/shared/com/android/launcher3/testing/shared/TestProtocol.java index ea58136385..d7dd40bb7f 100644 --- a/tests/multivalentTests/shared/com/android/launcher3/testing/shared/TestProtocol.java +++ b/tests/multivalentTests/shared/com/android/launcher3/testing/shared/TestProtocol.java @@ -170,7 +170,7 @@ public final class TestProtocol { public static final String UIOBJECT_STALE_ELEMENT = "b/319501259"; public static final String TEST_DRAG_APP_ICON_TO_MULTIPLE_WORKSPACES_FAILURE = "b/326908466"; public static final String WIDGET_CONFIG_NULL_EXTRA_INTENT = "b/324419890"; - public static final String OVERVIEW_SELECT_TOOLTIP_MISALIGNED = "b/332485341"; + public static final String REQUEST_FLAG_ENABLE_GRID_ONLY_OVERVIEW = "enable-grid-only-overview"; public static final String REQUEST_FLAG_ENABLE_APP_PAIRS = "enable-app-pairs";