Bugfix: close screen after bug report has been sent.

This commit is contained in:
Benoit Marty 2023-06-30 18:50:29 +02:00 committed by Benoit Marty
parent 028faf2537
commit b69de38c66

View file

@ -38,7 +38,7 @@ class DefaultBugReportEntryPoint @Inject constructor() : BugReportEntryPoint {
}
override fun build(): Node {
return parentNode.createNode<BugReportNode>(buildContext)
return parentNode.createNode<BugReportNode>(buildContext, plugins)
}
}
}