Jonny Borges
Committed by GitHub

Merge pull request #2522 from Andrflor/fix_outofscope_observables

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;
}
}
... ...