Naming convention and no need for a val for presenter
This commit is contained in:
parent
1319be177a
commit
908b31af81
5 changed files with 6 additions and 6 deletions
|
|
@ -48,7 +48,7 @@ class MainActivity : NodeComponentActivity() {
|
|||
buildContext = it,
|
||||
appComponentOwner = applicationContext as DaggerComponentOwner,
|
||||
authenticationService = appBindings.authenticationService(),
|
||||
rootPresenter = appBindings.rootPresenter()
|
||||
presenter = appBindings.rootPresenter()
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue