From 4c80b67b1194b66d5ecfcb56354e7086578126ef Mon Sep 17 00:00:00 2001 From: Diego Beraldin Date: Sun, 24 Dec 2023 14:29:26 +0100 Subject: [PATCH] fix: create comment post layout (#368) * chore: update README * fix: post layout in create comment screen --- README.md | 1 + .../raccoonforlemmy/unit/createcomment/CreateCommentScreen.kt | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index bed8204d6..1eb095474 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/unit/createcomment/src/commonMain/kotlin/com/github/diegoberaldin/raccoonforlemmy/unit/createcomment/CreateCommentScreen.kt b/unit/createcomment/src/commonMain/kotlin/com/github/diegoberaldin/raccoonforlemmy/unit/createcomment/CreateCommentScreen.kt index d2e79142d..9a7bc435d 100644 --- a/unit/createcomment/src/commonMain/kotlin/com/github/diegoberaldin/raccoonforlemmy/unit/createcomment/CreateCommentScreen.kt +++ b/unit/createcomment/src/commonMain/kotlin/com/github/diegoberaldin/raccoonforlemmy/unit/createcomment/CreateCommentScreen.kt @@ -367,6 +367,7 @@ class CreateCommentScreen( post = originalPost, limitBodyHeight = true, blurNsfw = false, + includeFullBody = true, voteFormat = uiState.voteFormat, autoLoadImages = uiState.autoLoadImages, options = buildList {