Skip to content

Commit

Permalink
Fix appbar rework (LemmyNet#1160)
Browse files Browse the repository at this point in the history
  • Loading branch information
MV-GH authored Aug 8, 2023
1 parent 8f4d060 commit 12117de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ fun PostFooterLine(
account = account,
onClick = { showMoreOptions = !showMoreOptions },
requiresAccount = false,
modifier = Modifier.weight(1F, true),
modifier = if (postActionbar == PostActionbarMode.LeftHandShort) Modifier.weight(1F, true) else Modifier,
)

if (postActionbar == PostActionbarMode.LeftHandShort) {
Expand Down

0 comments on commit 12117de

Please sign in to comment.