Continue migrating BugReport/Rageshake/Crash screens

This commit is contained in:
ganfra 2023-01-10 21:18:16 +01:00
parent 6d2e5edc82
commit 56e54bb172
21 changed files with 366 additions and 80 deletions

View file

@ -49,7 +49,8 @@ class MainActivity : NodeComponentActivity() {
buildContext = it,
appComponentOwner = applicationContext as DaggerComponentOwner,
matrix = appBindings.matrix(),
sessionComponentsOwner = appBindings.sessionComponentsOwner()
sessionComponentsOwner = appBindings.sessionComponentsOwner(),
rootPresenter = appBindings.rootPresenter()
)
}
}