andrflor

Out of scope observable fix

@@ -190,7 +190,7 @@ class Notifier { @@ -190,7 +190,7 @@ class Notifier {
190 if (data.disposers.isEmpty && data.throwException) { 190 if (data.disposers.isEmpty && data.throwException) {
191 throw ObxError(); 191 throw ObxError();
192 } 192 }
193 - _notifyData = data; 193 + _notifyData = null;
194 return result; 194 return result;
195 } 195 }
196 } 196 }