Skip to content
This repository was archived by the owner on Apr 29, 2021. It is now read-only.

Commit be81a85

Browse files
author
Yuncong Zhang
committed
Fix RefreshIndicator.
1 parent e4a5356 commit be81a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/material/refresh_indicator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ void _show() {
300300
return;
301301
}
302302

303-
refreshResult.Then(() => {
303+
refreshResult.Finally(() => {
304304
if (this.mounted && this._mode == _RefreshIndicatorMode.refresh) {
305305
completer.Resolve();
306306
this._dismiss(_RefreshIndicatorMode.done);

0 commit comments

Comments
 (0)