mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-10-04 19:44:39 +02:00
Fixes max width of hidden notes
This commit is contained in:
@@ -363,7 +363,7 @@ fun NoteMaster(
|
||||
reports,
|
||||
note.author?.let { account.isHidden(it) } ?: false,
|
||||
accountViewModel,
|
||||
Modifier,
|
||||
Modifier.fillMaxWidth(),
|
||||
nav,
|
||||
onClick = { showHiddenNote = true },
|
||||
)
|
||||
|
Reference in New Issue
Block a user