Revert "Revert history Compose/SQLDelight changes"

This reverts commit 6a0b523e86.
This commit is contained in:
Jobobby04
2022-04-22 19:40:09 -04:00
parent 263c0fae8c
commit c9ec7921a5
118 changed files with 2700 additions and 1710 deletions
@@ -0,0 +1,5 @@
package eu.kanade.presentation.util
import androidx.compose.ui.unit.dp
val horizontalPadding = 16.dp
@@ -0,0 +1,5 @@
package eu.kanade.presentation.util
import androidx.compose.foundation.lazy.LazyListState
fun LazyListState.isScrolledToEnd() = layoutInfo.visibleItemsInfo.lastOrNull()?.index == layoutInfo.totalItemsCount - 1