andrflor

Out of scope observable fix

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