fix incompatibility with upstream bugfix
This commit is contained in:
@@ -31,9 +31,9 @@ public class ClickableLinksDelegate {
|
|||||||
this.view=view;
|
this.view=view;
|
||||||
hlPaint=new Paint();
|
hlPaint=new Paint();
|
||||||
hlPaint.setAntiAlias(true);
|
hlPaint.setAntiAlias(true);
|
||||||
hlPaint.setPathEffect(new CornerPathEffect(dp(3)));
|
hlPaint.setPathEffect(new CornerPathEffect(V.dp(3)));
|
||||||
hlPaint.setStyle(Paint.Style.FILL_AND_STROKE);
|
hlPaint.setStyle(Paint.Style.FILL_AND_STROKE);
|
||||||
hlPaint.setStrokeWidth(dp(4));
|
hlPaint.setStrokeWidth(V.dp(4));
|
||||||
gestureDetector = new GestureDetector(view.getContext(), new LinkGestureListener(), view.getHandler());
|
gestureDetector = new GestureDetector(view.getContext(), new LinkGestureListener(), view.getHandler());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user