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

Commit 4e033bb5 authored by Chilun Huang's avatar Chilun Huang Committed by Automerger Merge Worker
Browse files

Workaround to return 1/3 of the position am: ac57ddeb

parents 0e8d19d3 ac57ddeb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -206,7 +206,7 @@ public class TestInformationHandler implements ResourceBasedOverride {
                            /* spanX= */ 1, /* spanY= */ 1);
                    // TODO(b/234322284): return the real center point.
                    return new Point(cellRect.left + (cellRect.right - cellRect.left) / 3,
                            cellRect.centerY());
                            cellRect.top + (cellRect.bottom - cellRect.top) / 3);
                });
            }