Add full predictive back support (#2085)

Co-authored-by: p
This commit is contained in:
AntsyLich
2025-05-10 06:07:05 +06:00
committed by GitHub
parent 33d407ee9c
commit c12bdbae8e
12 changed files with 576 additions and 116 deletions
@@ -57,7 +57,9 @@ fun UpdateScreen(
onUpdateSelected: (UpdatesItem, Boolean, Boolean, Boolean) -> Unit,
onOpenChapter: (UpdatesItem) -> Unit,
) {
BackHandler(enabled = state.selectionMode, onBack = { onSelectAll(false) })
BackHandler(enabled = state.selectionMode) {
onSelectAll(false)
}
Scaffold(
topBar = { scrollBehavior ->