Skip to content

Commit

Permalink
Add success callback call (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
w4ll3 authored Mar 7, 2024
1 parent 7052c57 commit 1a5ac5c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public class BLESessionManager {
val signatureData = submitSignature(this.sessionManager!!, signature)
this.state = signatureData.state
this.bleManager!!.send(signatureData.response)
this.callback.update(mapOf(Pair("success", "")))
} catch (e: Error) {
Log.e("CredentialsViewModel.submitNamespaces", e.toString())
this.callback.update(mapOf(Pair("error", e.toString())))
Expand Down

0 comments on commit 1a5ac5c

Please sign in to comment.