We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16b8c52 commit 8e69a16Copy full SHA for 8e69a16
1 file changed
Assets/Scripts/UI/Views/BaseWindowView.cs
@@ -153,14 +153,14 @@ protected virtual void Awake()
153
{
154
EnsureInitialized();
155
156
-#pragma warning disable VUA0001
+#pragma warning disable VUA1001
157
if (closeButton)
158
159
closeButton.OnClickAsObservable()
160
.Subscribe(_ => Hide())
161
.AddTo(Disposables);
162
}
163
-#pragma warning restore VUA0001
+#pragma warning restore VUA1001
164
165
166
protected virtual void OnDestroy()
0 commit comments