MetaMask / metamask-android-sdk

MetaMask SDK for Android
Other
41 stars 13 forks source link

fix: restore session persistence #118

Closed elefantel closed 2 months ago

elefantel commented 2 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