Skip to content

Commit

Permalink
Out of scope observable fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrflor committed Aug 27, 2022
1 parent 5229d40 commit 8002d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/get_state_manager/src/simple/list_notifier.dart
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ class Notifier {
if (data.disposers.isEmpty && data.throwException) {
throw ObxError();
}
_notifyData = data;
_notifyData = null;
return result;
}
}
Expand Down

0 comments on commit 8002d5f

Please sign in to comment.