MetaMask / metamask-android-sdk

MetaMask SDK for Android
Other
46 stars 14 forks source link

fix: restore session persistence #118

Closed elefantel closed 4 months ago

elefantel commented 4 months ago

This PR fixes the scenario whereby on reconnection the SDK was not updating the selected account from the eth_requestAccounts response. This regression was introduced in #116 when fixing the selected address when multiple accounts are connected on the wallet. This latter issue has been fixed in this wallet PR