RoomList : fix formatting
This commit is contained in:
parent
e6424289a4
commit
ec162b5f90
1 changed files with 0 additions and 2 deletions
|
|
@ -46,10 +46,8 @@ class RoomListSearchPresenter @Inject constructor(
|
|||
private val roomSummaryFactory: RoomListRoomSummaryFactory,
|
||||
private val coroutineDispatchers: CoroutineDispatchers,
|
||||
) : Presenter<RoomListSearchState> {
|
||||
|
||||
@Composable
|
||||
override fun present(): RoomListSearchState {
|
||||
|
||||
var isSearchActive by rememberSaveable {
|
||||
mutableStateOf(false)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue