remove you

This commit is contained in:
Diogo
2024-09-05 18:37:56 +01:00
parent 0e749a99c9
commit c1629ba5d2
@@ -141,10 +141,7 @@ private fun ActiveUserSection(
val stopped = chatModel.chatRunning.value == false
if (currentUser != null) {
Spacer(Modifier.height(DEFAULT_PADDING_HALF))
SectionView(
title = stringResource(MR.strings.settings_section_title_you),
) {
SectionView {
SectionItemView(showCustomModal { chatModel, close -> UserProfileView(chatModel, close) }, 80.dp, padding = PaddingValues(start = 16.dp, end = DEFAULT_PADDING), disabled = stopped) {
ProfilePreview(currentUser.profile, stopped = stopped)
}