Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit abdbc758 authored by Winson Chung's avatar Winson Chung
Browse files

Update comment to remove todo

Fixes: 197326121
Flag: EXEMPT bugfix
Test: N/a
Change-Id: I66c07a29dda128e14a0e6ff1755546bbda48ba55
parent fd1cc120
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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)) {