mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-21 16:50:41 +01:00
feat: Play audio messages in stories
This commit is contained in:
parent
4de03b2d5d
commit
a2dc3eec91
@ -179,7 +179,8 @@ class StoryView extends StatelessWidget {
|
|||||||
hash: hash,
|
hash: hash,
|
||||||
imageFit: BoxFit.cover,
|
imageFit: BoxFit.cover,
|
||||||
),
|
),
|
||||||
if (event.messageType == MessageTypes.Video &&
|
if ({MessageTypes.Video, MessageTypes.Audio}
|
||||||
|
.contains(event.messageType) &&
|
||||||
PlatformInfos.isMobile)
|
PlatformInfos.isMobile)
|
||||||
Positioned(
|
Positioned(
|
||||||
top: 80,
|
top: 80,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user