Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/tonkeeper/android into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
polstianka committed Nov 21, 2024
2 parents 37dac79 + ad82d32 commit ab24ffa
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,10 @@ class LedgerConnectionViewModel(
bleManager.startScanning {
val device = it.first()

bleManager.stopScanning()
try {
bleManager.stopScanning()
} catch (_: Exception) {}

connect(device.id)
}
}
Expand Down

0 comments on commit ab24ffa

Please sign in to comment.