wheeOs
Committed by GitHub
@@ -178,7 +178,7 @@ class Notifier { @@ -178,7 +178,7 @@ class Notifier {
178 if (data.disposers.isEmpty && data.throwException) { 178 if (data.disposers.isEmpty && data.throwException) {
179 throw ObxError(); 179 throw ObxError();
180 } 180 }
181 - _notifyData = data; 181 + _notifyData = null;
182 return result; 182 return result;
183 } 183 }
184 } 184 }