mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-03-03 13:56:45 +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)
|
if (currentMedia != null)
|
||||||
ReactionButtons(
|
ReactionButtons(
|
||||||
show: showShortReactions,
|
show: showShortReactions,
|
||||||
|
|
@ -708,8 +710,6 @@ class _MediaViewerViewState extends State<MediaViewerView> {
|
||||||
Positioned.fill(
|
Positioned.fill(
|
||||||
child: EmojiFloatWidget(key: emojiKey),
|
child: EmojiFloatWidget(key: emojiKey),
|
||||||
),
|
),
|
||||||
if (currentMessage != null)
|
|
||||||
AdditionalMessageContent(currentMessage!),
|
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue