Fixes after rebase
This commit is contained in:
parent
2fd9eaf17f
commit
8f09fd62d9
117 changed files with 310 additions and 295 deletions
|
|
@ -18,7 +18,7 @@ import io.element.android.libraries.matrix.api.core.RoomId
|
|||
|
||||
@ContributesBinding(AppScope::class)
|
||||
@Inject
|
||||
class DefaultReportRoomEntryPoint() : ReportRoomEntryPoint {
|
||||
class DefaultReportRoomEntryPoint : ReportRoomEntryPoint {
|
||||
override fun createNode(parentNode: Node, buildContext: BuildContext, roomId: RoomId): Node {
|
||||
return parentNode.createNode<ReportRoomNode>(buildContext, plugins = listOf(ReportRoomNode.Inputs(roomId)))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue