From 41ce0a1a727b80751137f4da7a816878c2cf1d4a Mon Sep 17 00:00:00 2001 From: Viktor Date: Thu, 28 Oct 2021 10:01:46 +0500 Subject: [PATCH] Update WalletPresenter.cs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Отписка --- Assets/MVP-PassiveView/WalletPresenter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/MVP-PassiveView/WalletPresenter.cs b/Assets/MVP-PassiveView/WalletPresenter.cs index cf5d270..8a8fb7d 100644 --- a/Assets/MVP-PassiveView/WalletPresenter.cs +++ b/Assets/MVP-PassiveView/WalletPresenter.cs @@ -23,7 +23,7 @@ public void Enable() public void Disable() { _model.CoinsChanged -= OnCoinsChanged; - _view.Click += OnViewClick; + _view.Click -= OnViewClick; } private void OnCoinsChanged()