Skip to content

Commit f76aa10

Browse files
jeffgamedevjeffgamedev
andauthored
Fix WalletConnect GameObject runtime error. (#78)
Co-authored-by: jeffgamedev <[email protected]>
1 parent 46f6638 commit f76aa10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Thirdweb/Plugins/WalletConnectSharp.Unity/UI/WalletConnectQRImage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ private void WalletConnectOnConnectionStarted(object sender, EventArgs e)
6161
{
6262
GenerateQrCode();
6363
}
64-
else
64+
else if (gameObject.activeInHierarchy)
6565
{
6666
StartCoroutine(ShowLoader());
6767
}

0 commit comments

Comments
 (0)