🐛 Fix post video bug
This commit is contained in:
parent
0a381ef09b
commit
8b19462c3a
@ -891,7 +891,7 @@ class _PostVideoEditor extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
child: InkWell(
|
child: InkWell(
|
||||||
borderRadius: BorderRadius.circular(16),
|
borderRadius: BorderRadius.circular(16),
|
||||||
onTap: controller.videoAttachment != null ? () => _selectVideo(context) : null,
|
onTap: controller.videoAttachment == null ? () => _selectVideo(context) : null,
|
||||||
child: AspectRatio(
|
child: AspectRatio(
|
||||||
aspectRatio: 16 / 9,
|
aspectRatio: 16 / 9,
|
||||||
child: controller.videoAttachment == null
|
child: controller.videoAttachment == null
|
||||||
|
Loading…
x
Reference in New Issue
Block a user