Skip to content

Commit

Permalink
Merge pull request #77 from MetaMask/resend-originator-info
Browse files Browse the repository at this point in the history
fix: Resend originator info after clearing session
  • Loading branch information
elefantel authored Jan 17, 2024
2 parents 538b7fd + d36a5e4 commit d008617
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ internal class CommunicationClient(context: Context, callback: EthereumEventCall
keyExchange.reset()
onComplete()
}
sentOriginatorInfo = false
}

private fun handleMessage(message: String) {
Expand Down

0 comments on commit d008617

Please sign in to comment.