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

Commit 8acb0a5

Browse files
authored
Merge pull request #195 from UnityTech/yczhang
Fix RefreshIndicator.
2 parents 3aa256e + be81a85 commit 8acb0a5

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)