Skip to content

Commit

Permalink
Fix bug with scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayodele Kehinde authored and skyestudiosDev committed Apr 25, 2024
1 parent 74c7319 commit ed76b8f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ internal object IosBluetoothConnection: BlueLine {

override fun print(data: ByteArray) {
printerHelper.begin(data)
stateFlow.update { it.copy(isPrinting = true) }
}

@Suppress("OPT_IN_USAGE")
Expand Down

0 comments on commit ed76b8f

Please sign in to comment.