Migrate Login to new architecture and make some adjustments
This commit is contained in:
parent
f4ac368d07
commit
9ed208950e
25 changed files with 385 additions and 304 deletions
|
|
@ -27,7 +27,7 @@ class RoomListNode @AssistedInject constructor(
|
|||
fun onRoomClicked(roomId: RoomId)
|
||||
}
|
||||
|
||||
private val connector by presenterConnector(presenter)
|
||||
private val connector = presenterConnector(presenter)
|
||||
|
||||
private fun updateFilter(filter: String) {
|
||||
connector.emitEvent(RoomListEvents.UpdateFilter(filter))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue