Fixes after rebase

This commit is contained in:
Jorge Martín 2025-09-01 17:11:38 +02:00
parent ddf9e5055e
commit e8328858ab
117 changed files with 310 additions and 295 deletions

View file

@ -19,7 +19,7 @@ import kotlinx.collections.immutable.ImmutableList
@ContributesBinding(AppScope::class)
@Inject
class DefaultTextFileViewer() : TextFileViewer {
class DefaultTextFileViewer : TextFileViewer {
@Composable
override fun Render(
lines: ImmutableList<String>,

View file

@ -19,7 +19,7 @@ import io.element.android.libraries.architecture.createNode
@ContributesBinding(AppScope::class)
@Inject
class DefaultViewFolderEntryPoint() : ViewFolderEntryPoint {
class DefaultViewFolderEntryPoint : ViewFolderEntryPoint {
override fun nodeBuilder(parentNode: Node, buildContext: BuildContext): ViewFolderEntryPoint.NodeBuilder {
val plugins = ArrayList<Plugin>()