Fixes max width of hidden notes

pull/831/head
Vitor Pamplona 2024-04-09 12:15:27 -04:00
rodzic 00a9c49915
commit bb2fb2b103
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -363,7 +363,7 @@ fun NoteMaster(
reports,
note.author?.let { account.isHidden(it) } ?: false,
accountViewModel,
Modifier,
Modifier.fillMaxWidth(),
nav,
onClick = { showHiddenNote = true },
)