Skip to content

Commit b84d6ce

Browse files
committed
fixed draw lines bug that when target sdk is less than or equal to 4.3
1 parent c3b9be0 commit b84d6ce

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

library/src/main/java/com/licrafter/tagview/TagViewGroup.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ private void drawLines(Canvas canvas) {
265265
mPath.reset();
266266
mPath.moveTo(mCenterX, mCenterY);
267267
mDstPath.reset();
268+
mDstPath.rLineTo(0,0);
268269
switch (child.getDirection()) {
269270
case RIGHT_TOP://右上
270271
case RIGHT_BOTTOM://右下

0 commit comments

Comments
 (0)