Skip to content

Jet Stream #213

@ishumakov881

Description

@ishumakov881

@composable
fun AccountsSection() {

val focusRequester = remember { FocusRequester() }


LazyVerticalGrid(
    modifier = Modifier
        .fillMaxSize()
        .padding(horizontal = childPadding.start),
    columns = GridCells.Fixed(2),
    content = {
        items(accountsSectionListItems.size) { index ->
            AccountsSelectionItem(
                modifier = Modifier.focusRequester(focusRequester), What is the purpose of this code? ???
                ...
            )
        }
    }
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions