Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
fluttertpc_get
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
andrflor
2022-08-27 16:37:57 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8002d5fa242472bbcb74d5ea025d2f17468530d3
8002d5fa
1 parent
5229d40c
Out of scope observable fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/get_state_manager/src/simple/list_notifier.dart
lib/get_state_manager/src/simple/list_notifier.dart
View file @
8002d5f
...
...
@@ -190,7 +190,7 @@ class Notifier {
if
(
data
.
disposers
.
isEmpty
&&
data
.
throwException
)
{
throw
ObxError
();
}
_notifyData
=
data
;
_notifyData
=
null
;
return
result
;
}
}
...
...
Please
register
or
login
to post a comment