Due to the default modal presentation style on iOS 13 being .sheetStyle, the viewWillAppear() of the underlaying SplashViewController is not called when the NewOrderCoordinator is dismissed and as a result the label is not updated after you've gone through the flow of creating a new order
Due to the default modal presentation style on iOS 13 being
.sheetStyle, theviewWillAppear()of the underlayingSplashViewControlleris not called when theNewOrderCoordinatoris dismissed and as a result the label is not updated after you've gone through the flow of creating a new order