Created
February 17, 2023 17:59
-
-
Save LDRAlighieri/ac5bda4548f73299c0a641b393bc5148 to your computer and use it in GitHub Desktop.
Example of corbind-material Slider.valueChanges extension
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
minVisibleItemsSlider.valueChanges() | |
.onEach { count -> expandableCell.minVisibleItems = count.roundToInt() } | |
.launchIn(scope) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment