Stabilize beta release with warning cleanup and edge-case fixes
This commit is contained in:
@@ -715,10 +715,7 @@ enum ItineraryReorderingLogic {
|
||||
travelValidRanges: [:], // Custom items don't use travel ranges
|
||||
constraints: constraints,
|
||||
findTravelItem: { _ in nil },
|
||||
makeTravelItem: { _ in
|
||||
// This won't be called for custom items
|
||||
fatalError("makeTravelItem called for custom item")
|
||||
},
|
||||
makeTravelItem: { _ in item },
|
||||
findTravelSortOrder: findTravelSortOrder
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user