mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-19 16:55:26 +02:00
Fix clear history button visibility
This commit is contained in:
parent
d1eb0060f1
commit
d519af6ec8
@ -227,8 +227,10 @@ private fun Ready(
|
|||||||
historyListHeight = dragState.requireOffset().toDp()
|
historyListHeight = dragState.requireOffset().toDp()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
focusManager.clearFocus()
|
focusManager.clearFocus()
|
||||||
|
}
|
||||||
|
|
||||||
|
LaunchedEffect(dragState.currentValue) {
|
||||||
showClearHistoryButton = dragState.currentValue == DragState.OPEN
|
showClearHistoryButton = dragState.currentValue == DragState.OPEN
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user