We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ffc166 commit 08689a6Copy full SHA for 08689a6
1 file changed
feature/search/src/main/java/com/terning/feature/search/searchprocess/SearchProcessRoute.kt
@@ -1,6 +1,5 @@
1
package com.terning.feature.search.searchprocess
2
3
-import androidx.compose.foundation.ExperimentalFoundationApi
4
import androidx.compose.foundation.Image
5
import androidx.compose.foundation.background
6
import androidx.compose.foundation.layout.Arrangement
@@ -141,7 +140,6 @@ fun SearchProcessRoute(
141
140
)
142
}
143
144
-@OptIn(ExperimentalFoundationApi::class)
145
@Composable
146
fun SearchProcessScreen(
147
paddingValues: PaddingValues,
0 commit comments