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
isFullScreen
In the ReplyDetailScreen Composable the ReplyDetailsScreenTopBar should be diplayed when isFullScreen is false.
It should be-
if (!isFullScreen) {
ReplyDetailsScreenTopBar(
onBackPressed,
replyUiState,
Modifier
.fillMaxWidth()
.padding(bottom = dimensionResource(R.dimen.detail_topbar_padding_bottom))
)
)
}
The text was updated successfully, but these errors were encountered:
isFullScreen
In the ReplyDetailScreen Composable the ReplyDetailsScreenTopBar should be diplayed when isFullScreen is false.
It should be-
if (!isFullScreen) {
ReplyDetailsScreenTopBar(
onBackPressed,
replyUiState,
Modifier
.fillMaxWidth()
.padding(bottom = dimensionResource(R.dimen.detail_topbar_padding_bottom))
)
)
}
The text was updated successfully, but these errors were encountered: