Browse Source

RoomList : fix formatting

pull/2405/head
ganfra 7 months ago
parent
commit
ec162b5f90
  1. 2
      features/roomlist/impl/src/main/kotlin/io/element/android/features/roomlist/impl/search/RoomListSearchPresenter.kt

2
features/roomlist/impl/src/main/kotlin/io/element/android/features/roomlist/impl/search/RoomListSearchPresenter.kt

@ -46,10 +46,8 @@ class RoomListSearchPresenter @Inject constructor( @@ -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…
Cancel
Save