Jonny Borges
Committed by GitHub

Merge pull request #2142 from apieceofcode1801/patch-1

Update rx_notifier.dart
@@ -46,7 +46,6 @@ mixin StateMixin<T> on ListNotifier { @@ -46,7 +46,6 @@ mixin StateMixin<T> on ListNotifier {
46 _status = newStatus; 46 _status = newStatus;
47 if (newStatus is SuccessStatus<T>) { 47 if (newStatus is SuccessStatus<T>) {
48 _value = newStatus.data!; 48 _value = newStatus.data!;
49 - return;  
50 } 49 }
51 refresh(); 50 refresh();
52 } 51 }