From abdbc75801de77cbbde174a93154c67668bfc25c Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Wed, 17 Jul 2024 18:49:34 +0000 Subject: [PATCH] Update comment to remove todo Fixes: 197326121 Flag: EXEMPT bugfix Test: N/a Change-Id: I66c07a29dda128e14a0e6ff1755546bbda48ba55 --- .../com/android/launcher3/tapl/LauncherInstrumentation.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java index f02a0c2296..6052382b8e 100644 --- a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +++ b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java @@ -2459,7 +2459,8 @@ public final class LauncherInstrumentation { } float getWindowCornerRadius() { - // TODO(b/197326121): Check if the touch is overlapping with the corners by offsetting + // Return a larger corner radius to ensure gesture calculated from the radius are offset to + // prevent overlapping final float tmpBuffer = 100f; final Resources resources = getResources(); if (!supportsRoundedCornersOnWindows(resources)) {