Skip to content

Commit

Permalink
Fix invalid amount to send on sending money using QR code (#1064)
Browse files Browse the repository at this point in the history
  • Loading branch information
igordanilcenko authored Mar 4, 2024
1 parent 19c266f commit b2802b7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ class KeyboardController {
): TextView {
val inflater = LayoutInflater.from(context)
return if (enteringFirstDigit) { // first digit :: use the existing view
elements[0] = elements[0].copy(first = digit)
elements[0].second
} else { // inflate text view
val textView = inflater.inflate(
Expand Down

0 comments on commit b2802b7

Please sign in to comment.