Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
133213b430 |
@ -286,7 +286,8 @@ class _AttachmentItemVideoState extends State<_AttachmentItemVideo> {
|
|||||||
Text(
|
Text(
|
||||||
Duration(
|
Duration(
|
||||||
milliseconds:
|
milliseconds:
|
||||||
(widget.item.metadata?['duration'] ?? 0) *
|
(widget.item.metadata?['duration'] ?? 0)
|
||||||
|
.toInt() *
|
||||||
1000,
|
1000,
|
||||||
).toHumanReadableString(),
|
).toHumanReadableString(),
|
||||||
style: GoogleFonts.robotoMono(
|
style: GoogleFonts.robotoMono(
|
||||||
|
@ -2,7 +2,7 @@ name: solian
|
|||||||
description: "The Solar Network App"
|
description: "The Solar Network App"
|
||||||
publish_to: "none"
|
publish_to: "none"
|
||||||
|
|
||||||
version: 1.2.1+33
|
version: 1.2.1+34
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=3.3.4 <4.0.0"
|
sdk: ">=3.3.4 <4.0.0"
|
||||||
|
Reference in New Issue
Block a user