Skip to content

Commit

Permalink
feat(android): complex border styles support
Browse files Browse the repository at this point in the history
  • Loading branch information
iPel authored and hippy-actions[bot] committed Dec 27, 2023
1 parent 3196083 commit 5440642
Show file tree
Hide file tree
Showing 6 changed files with 874 additions and 426 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ public void onHostViewRemoved() {

@Nullable
public Path getContentRegionPath() {
return (mBackgroundDrawable != null) ? mBackgroundDrawable.getBorderRadiusPath() : null;
return (mBackgroundDrawable != null) ? mBackgroundDrawable.getBorderPath() : null;
}

/**
Expand Down
Loading

0 comments on commit 5440642

Please sign in to comment.