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