prashanOS
prashanOS
This seems to still be an issue in `2.36.1`.
This was a major issue for us as well - we (OpenSea) have forked the library here and fixed a few major issues: https://github.com/ProjectOpenSea/kotlin-walletconnect-lib We haven't fully cleaned it up...
Running into this as well. Our current workaround is to break the UI -> Presenter -> UI loop by keeping a local mutable state to hold the text (we still...
Actually, disregard the previous comment. Tested a bit more. Breaking the ui -> presenter -> ui loop is not necessary. Simply having a mutable state that you update within the...