mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-03-03 15:46:47 +00:00
show emojis above the link
This commit is contained in:
parent
1b72ec5649
commit
3aa35a95c5
1 changed files with 2 additions and 2 deletions
|
|
@ -690,6 +690,8 @@ class _MediaViewerViewState extends State<MediaViewerView> {
|
|||
),
|
||||
),
|
||||
),
|
||||
if (currentMessage != null)
|
||||
AdditionalMessageContent(currentMessage!),
|
||||
if (currentMedia != null)
|
||||
ReactionButtons(
|
||||
show: showShortReactions,
|
||||
|
|
@ -708,8 +710,6 @@ class _MediaViewerViewState extends State<MediaViewerView> {
|
|||
Positioned.fill(
|
||||
child: EmojiFloatWidget(key: emojiKey),
|
||||
),
|
||||
if (currentMessage != null)
|
||||
AdditionalMessageContent(currentMessage!),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in a new issue