ANIL UGALE

Results 3 comments of ANIL UGALE

We have an existing ios app. which is created with custom localization handling. That does not fit into composed resources. case so need to feed local from out side

Any update on this issue? acing the same issue or any work around

@onebone I have tried to collapse() manually but it does not work. I have the following code ` val rememberCollapsingToolbarScaffoldState = rememberCollapsingToolbarScaffoldState()` in suspend block call following ` rememberCollapsingToolbarScaffoldState.toolbarState.collapse(100)` any...