Skip to content

Commit

Permalink
Fix clearing issue when first entry is a decimal
Browse files Browse the repository at this point in the history
  • Loading branch information
jairrab committed Sep 5, 2021
1 parent 44d4683 commit 98ce559
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ internal class DecimalProcessor(
) {
fun processDecimal() {
if (entriesManager.isNoEntries()) {
entriesManager.setReadyToClear(false)
entriesManager.addEntry(DECIMAL.tag)
} else {
when {
Expand Down

0 comments on commit 98ce559

Please sign in to comment.