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

Commit f5b0f971 authored by Samuel Fufa's avatar Samuel Fufa Committed by Automerger Merge Worker
Browse files

resolve syntax issue introduced by ag/11174880 am: 1b3f7772

Change-Id: I54ac6f458f673d5238a5f1951f04747a38d058e8
parents 3aba2e0e 1b3f7772
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -205,7 +205,7 @@ public class PredictedAppIcon extends DoubleShadowBubbleTextView implements
        canvas.drawPath(mRingPath, mIconRingPaint);
        mIconRingPaint.setColor(mPlateColor);
        mIconRingPaint.setMaskFilter(null);
        canvas.drawPath(path, mIconRingPaint);
        canvas.drawPath(mRingPath, mIconRingPaint);
    }

    /**