Remove ExperimentalFoundationApi. Not necessary anymore.
This commit is contained in:
parent
f28df4389f
commit
ec13e7fedf
16 changed files with 2 additions and 32 deletions
|
|
@ -7,7 +7,6 @@
|
|||
|
||||
package io.element.android.features.roomlist.impl.components
|
||||
|
||||
import androidx.compose.foundation.ExperimentalFoundationApi
|
||||
import androidx.compose.foundation.combinedClickable
|
||||
import androidx.compose.foundation.interaction.MutableInteractionSource
|
||||
import androidx.compose.foundation.layout.Arrangement
|
||||
|
|
@ -161,7 +160,6 @@ internal fun RoomSummaryRow(
|
|||
}
|
||||
}
|
||||
|
||||
@OptIn(ExperimentalFoundationApi::class)
|
||||
@Composable
|
||||
private fun RoomSummaryScaffoldRow(
|
||||
room: RoomListRoomSummary,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue