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
Jonny Borges
2022-02-15 20:57:26 +0000
Browse Files
Options
Browse Files
Download
Plain Diff
Committed by
GitHub
2022-02-15 20:57:26 +0000
Commit
4cb08592b7de4c09a98f265195192ca12ce0aec3
4cb08592
2 parents
f6c97cad
dd43a8ae
Merge pull request #2142 from apieceofcode1801/patch-1
Update rx_notifier.dart
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
lib/get_state_manager/src/rx_flutter/rx_notifier.dart
lib/get_state_manager/src/rx_flutter/rx_notifier.dart
View file @
4cb0859
...
...
@@ -46,7 +46,6 @@ mixin StateMixin<T> on ListNotifier {
_status
=
newStatus
;
if
(
newStatus
is
SuccessStatus
<
T
>)
{
_value
=
newStatus
.
data
!;
return
;
}
refresh
();
}
...
...
Please
register
or
login
to post a comment