You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanna create a screen with your really cool library but I got a issue with blur I wanna create a blue anything below my textField and I do it but while I scroll my list of items the blur does not update by the scroll and the scroll displays the outdated blur info
Screen.Recording.2024-07-02.at.21.31.31.mov
and I wanna create some effect like on telegram with blur:
Screen_Recording_20240702-214136_Telegram.mp4
my code:
var text by remember { mutableStateOf("") }
val rememberLazyColumnState = rememberLazyListState()
I wanna create a screen with your really cool library but I got a issue with blur I wanna create a blue anything below my textField and I do it but while I scroll my list of items the blur does not update by the scroll and the scroll displays the outdated blur info
Screen.Recording.2024-07-02.at.21.31.31.mov
and I wanna create some effect like on telegram with blur:
Screen_Recording_20240702-214136_Telegram.mp4
my code:
var text by remember { mutableStateOf("") }
val rememberLazyColumnState = rememberLazyListState()
The text was updated successfully, but these errors were encountered: