We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4a622d commit 0e7a730Copy full SHA for 0e7a730
1 file changed
ICTMDBHomeModule/HomeRouter.swift
@@ -44,11 +44,8 @@ public class HomeRouter: PresenterToRouterHomeProtocol {
44
45
func toDetailPage(view: (any PresenterToViewHomeProtocol)?, id: Int?) {
46
// Resolve Detail module dependency from DependencyRegister
47
- // Detail modülünü DependencyRegister üzerinden alır
48
let detailModule = DependencyRegister.shared.resolve(TvShowDetailProtocol.self)
49
-
50
// Create the Detail view controller using module
51
- // Modül üzerinden Detail view controller oluşturur
52
let detailViewController = detailModule.createTvShowDetailModule(id: id)
53
54
view?.pushViewControllerAble(detailViewController, animated: true)
0 commit comments