We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30c27a6 commit adec65eCopy full SHA for adec65e
Assets/MirageSDK/Plugins/WalletConnectSharp.Unity/WalletConnect.cs
@@ -130,8 +130,8 @@ public void Update()
130
if (_previousStatus != newStatus)
131
{
132
var transition = TransitionDataFactory.CreateTransitionObj(_previousStatus, newStatus, _session);
133
+ _previousStatus = newStatus;
134
SessionStatusUpdated?.Invoke(transition);
- _previousStatus = _session.Status;
135
}
136
137
0 commit comments