Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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 | } |
-
Please register or login to post a comment