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

Commit 9417686f authored by Hyunyoung Song's avatar Hyunyoung Song
Browse files

Fix the build.

Change-Id: I7cdfd2b276b53dbeb1d639a967753d0cc9d45d84
parent 7d2fc812
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -151,7 +151,7 @@ public class PageIndicatorLineCaret extends PageIndicator {
        // which extends to the top of the hotseat.
        View parent = mLauncher.getDragLayer();
        sTempCoords[0] = sTempCoords[1] = 0;
        Utilities.getDescendantCoordRelativeToParent(this, parent, sTempCoords, true);
        Utilities.getDescendantCoordRelativeToAncestor(this, parent, sTempCoords, true);
        mTouchHitRect.set(sTempCoords[0], sTempCoords[1], sTempCoords[0] + this.getWidth(),
                sTempCoords[1] + getHeight() + mTouchExtensionHeight);
        parent.setTouchDelegate(new TouchDelegate(mTouchHitRect, this));