Fixes after rebase
This commit is contained in:
parent
2fd9eaf17f
commit
8f09fd62d9
117 changed files with 310 additions and 295 deletions
|
|
@ -17,7 +17,7 @@ import io.element.android.libraries.di.SessionScope
|
|||
|
||||
@ContributesBinding(SessionScope::class)
|
||||
@Inject
|
||||
class DefaultInvitePeopleRenderer() : InvitePeopleRenderer {
|
||||
class DefaultInvitePeopleRenderer : InvitePeopleRenderer {
|
||||
@Composable
|
||||
override fun Render(state: InvitePeopleState, modifier: Modifier) {
|
||||
if (state is DefaultInvitePeopleState) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue