fix : put back inset support

pull/228/head
YvesKalume 2 years ago
parent e0a9bd272f
commit 21926339da

@ -35,6 +35,7 @@ import androidx.compose.foundation.layout.padding
import androidx.compose.foundation.layout.safeDrawing
import androidx.compose.foundation.layout.size
import androidx.compose.foundation.layout.width
import androidx.compose.foundation.layout.windowInsetsBottomHeight
import androidx.compose.foundation.layout.windowInsetsPadding
import androidx.compose.foundation.layout.wrapContentSize
import androidx.compose.foundation.lazy.LazyColumn
@ -220,6 +221,10 @@ fun ForYouScreen(
item {
Spacer(modifier = Modifier.height(8.dp))
}
item {
Spacer(Modifier.windowInsetsBottomHeight(WindowInsets.safeDrawing))
}
}
}
}

Loading…
Cancel
Save