Merge branch 'master' into bazel

This commit is contained in:
Ali
2020-02-18 03:43:19 +04:00
1232 changed files with 86593 additions and 21224 deletions

View File

@@ -810,7 +810,7 @@ struct ListViewState {
i += 1
if node.index == itemIndex {
switch animation {
case .None:
case .None, .Crossfade:
let offsetDirection: ListViewInsertionOffsetDirection
if let direction = direction {
offsetDirection = ListViewInsertionOffsetDirection(direction)