Skip to content

Commit 43c1946

Browse files
committed
Compile
1 parent 2a5a8a8 commit 43c1946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/Ui/ViewStack/Builder/ViewStackSequenceBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ public Task Execute(CancellationToken cancellationToken)
181181

182182
cancellationToken.Register(sequencer.Kill);
183183

184-
return sequencer.WaitCompletition();
184+
return sequencer.AwaitCompletition();
185185
}
186186

187187
public void Execute()

0 commit comments

Comments
 (0)