Skip to content

Commit

Permalink
Convert Spanned with BetterImageSpan to AnnotatedString
Browse files Browse the repository at this point in the history
Reviewed By: abullrd

Differential Revision: D64267251

fbshipit-source-id: e459c2c9ee65d204cf677d173296533116768154
  • Loading branch information
Florian Schoellhammer authored and facebook-github-bot committed Oct 14, 2024
1 parent c6dd6d9 commit 3862e3d
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ public Rect getMargin() {
return mMargin;
}

@BetterImageSpanAlignment
public int getVerticalAlignment() {
return mAlignment;
}

@Override
public int getSize(
Paint paint,
Expand Down

0 comments on commit 3862e3d

Please sign in to comment.