Skip to content

Commit

Permalink
test: Set previousFontMetrics to null
Browse files Browse the repository at this point in the history
  • Loading branch information
Siobhan committed Dec 1, 2023
1 parent ccc306c commit 1dca631
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ open class AztecHeadingSpan(
previousFontMetrics!!.descent = fm.descent
}

previousFontMetrics = null

var addedTopPadding = false
var addedBottomPadding = false

Expand Down

0 comments on commit 1dca631

Please sign in to comment.