Describe the bug
After manually calling Web3Modal.instance.disconnect(topic: ) or Web3Modal.instance.cleanup(), Web3Model.present() still remains in a state where the wallet is logged in.
SDK Version
Client: Swift
Version 1.1.0
To Reproduce
Steps to reproduce the behavior:
Just disconnect a seesion with the code below:
Web3Modal.instance.disconnect(topic: ...)
Then calling Web3Model.present(), the wallet info is still being displayed.
But the output of print(Web3Modal.instance.getSessions()) showing it is empty.
Device (please complete the following information):
Describe the bug After manually calling
Web3Modal.instance.disconnect(topic: )
orWeb3Modal.instance.cleanup()
,Web3Model.present()
still remains in a state where the wallet is logged in.SDK Version
To Reproduce Steps to reproduce the behavior: Just disconnect a seesion with the code below:
Then calling
Web3Model.present()
, the wallet info is still being displayed. But the output ofprint(Web3Modal.instance.getSessions())
showing it is empty.Device (please complete the following information):