Committed by
GitHub
hopefully Out of scope observable fix
from https://github.com/jonataslaw/getx/pull/2522/commits/8002d5fa242472bbcb74d5ea025d2f17468530d3
Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -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 | } |
-
Please register or login to post a comment