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

Commit 99162fe7 authored by Alexandre Roux's avatar Alexandre Roux
Browse files

Merge remote-tracking branch 'origin/lineage-17.1' into v1-q

parents 83b6d7b1 63f827f0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -367,7 +367,7 @@ public class PointerLocationView extends View implements InputDeviceListener,
                }
                if (haveLast) {
                    canvas.drawLine(lastX, lastY, x, y, mPathPaint);
                    final Paint paint = ps.mTraceCurrent[i] ? mCurrentPointPaint : mPaint;
                    final Paint paint = ps.mTraceCurrent[i - 1] ? mCurrentPointPaint : mPaint;
                    canvas.drawPoint(lastX, lastY, paint);
                    drawn = true;
                }