RoomList : fix formatting

This commit is contained in:
ganfra 2024-02-16 19:46:56 +01:00
parent e6424289a4
commit ec162b5f90

View file

@ -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)
}