diff --git a/src/main/kotlin/org/briarproject/briar/desktop/paul/views/PrivateMessageView.kt b/src/main/kotlin/org/briarproject/briar/desktop/paul/views/PrivateMessageView.kt index 147b3f5eef2e7913b310a0e8a5a66897b6164ff8..75b05dd5e3d839cdeae91eb2380feef94a8e574b 100644 --- a/src/main/kotlin/org/briarproject/briar/desktop/paul/views/PrivateMessageView.kt +++ b/src/main/kotlin/org/briarproject/briar/desktop/paul/views/PrivateMessageView.kt @@ -782,8 +782,9 @@ fun DrawMessageRow( modifier = Modifier.offset() ) if (infoDrawer) { - // TODO Find non-hacky way of setting scrim - // This dims the entire app while the drawer is open by making a very very large slightly see-through black box + // TODO Find non-hacky way of setting scrim on entire app + // Currently this dims the message view while the drawer is open by making a very very large slightly + // see-through black box Box(Modifier.requiredSize(maxWidth, maxHeight).background(Color(0, 0, 0, 100))) Column( modifier = Modifier.fillMaxHeight().width(275.dp).offset(maxWidth + animatedInfoDrawerOffsetX)