Centers Blank Note when post was hidden by the user.

This commit is contained in:
Vitor Pamplona 2024-03-09 11:32:28 -05:00
parent 0f69030cdf
commit 64d6d6753c

View File

@ -206,6 +206,7 @@ fun HiddenNoteByMe(
Text(
text = stringResource(R.string.post_was_hidden),
color = Color.Gray,
textAlign = TextAlign.Center,
)
Button(