Skip to content

Commit

Permalink
fix(ListenerHeaderPage): RefreshProgressIndicator value.
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelongqy committed Apr 25, 2024
1 parent 6452203 commit 4407beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/page/sample/listener_header_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class _ListenerHeaderPageState extends State<ListenerHeaderPage> {
value = math.min(offset / actualTriggerOffset, 1) * 0.75;
} else if (mode == IndicatorMode.ready ||
mode == IndicatorMode.processing) {
value == null;
value = null;
} else {
value = 1;
}
Expand Down

0 comments on commit 4407beb

Please sign in to comment.