We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The code provided to improve padding in bullet list item 12 contains a redundant ) in the creation of ReplyDetailsScreenTopBar:
... item { if (isFullScreen) { ReplyDetailsScreenTopBar( onBackPressed, replyUiState, Modifier .fillMaxWidth() .padding(bottom = dimensionResource(R.dimen.detail_topbar_padding_bottom)) ) // Should remove this ) } ReplyEmailDetailsCard( email = replyUiState.currentSelectedEmail, mailboxType = replyUiState.currentMailbox, isFullScreen = isFullScreen, modifier = if (isFullScreen) { Modifier.padding(horizontal = dimensionResource(R.dimen.detail_card_outer_padding_horizontal)) } else { Modifier.padding(end = dimensionResource(R.dimen.detail_card_outer_padding_horizontal)) } ) } ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The code provided to improve padding in bullet list item 12 contains a redundant ) in the creation of ReplyDetailsScreenTopBar:
The text was updated successfully, but these errors were encountered: