Conformed the FeedListCoordinator coordinator in the Feed framework to the FeedListCoordination protocol.
This commit is contained in:
parent
5f2cc4638c
commit
391433210b
@ -44,3 +44,19 @@ public final class FeedListCoordinator: Coordinator {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// MARK: - FeedListCoordination
|
||||
extension FeedListCoordinator: FeedListCoordination {
|
||||
|
||||
// MARK: Functions
|
||||
func open(_ item: Review) {
|
||||
present(
|
||||
child: FeedItemCoordinator(
|
||||
item: item,
|
||||
router: router
|
||||
),
|
||||
animated: true
|
||||
)
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user