fix: create comment post layout (#368)

* chore: update README

* fix: post layout in create comment screen
This commit is contained in:
Diego Beraldin 2023-12-24 14:29:26 +01:00 committed by GitHub
parent ab5e45f7b1
commit 4c80b67b11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -190,6 +190,7 @@ Here are some options to install the application on your device.
- create a post on the project's [community](https://lemmy.world/c/raccoonforlemmy) on
Lemmy.world for broader questions, opinions, personal feedback, suggestions, insults or whatever
you feel like writing
- join the [Matrix space](https://matrix.to/#/#raccoonforlemmy:matrix.org) dedicated to the project
- if you are a translator and want to help out with l10n or submit some corrections but you don't
feel confident with repository forks, pull requests, managing resource files, etc. feel free to
drop an email or contact me in any way.

View File

@ -367,6 +367,7 @@ class CreateCommentScreen(
post = originalPost,
limitBodyHeight = true,
blurNsfw = false,
includeFullBody = true,
voteFormat = uiState.voteFormat,
autoLoadImages = uiState.autoLoadImages,
options = buildList {