Merge branch 'github/main'

pull/237/head
Automerger 2 years ago
commit abd3bec0ec

@ -29,6 +29,7 @@ import androidx.compose.foundation.layout.WindowInsetsSides
import androidx.compose.foundation.layout.consumedWindowInsets
import androidx.compose.foundation.layout.fillMaxSize
import androidx.compose.foundation.layout.fillMaxWidth
import androidx.compose.foundation.layout.height
import androidx.compose.foundation.layout.heightIn
import androidx.compose.foundation.layout.only
import androidx.compose.foundation.layout.padding
@ -204,12 +205,15 @@ fun ForYouScreen(
)
item(span = { GridItemSpan(maxLineSpan) }) {
Column {
Spacer(modifier = Modifier.height(8.dp))
Spacer(Modifier.windowInsetsBottomHeight(WindowInsets.safeDrawing))
}
}
}
}
}
}
/**
* An extension on [LazyListScope] defining the interests selection portion of the for you screen.

Loading…
Cancel
Save