fix: Remove opacity from video widget

onboarding
Krille Fear 4 years ago
parent 242f878ea1
commit 3b198cb491

@ -109,16 +109,13 @@ class MessageContent extends StatelessWidget {
return Stack(
alignment: Alignment.center,
children: <Widget>[
Opacity(
opacity: 0.4,
child: ImageBubble(
ImageBubble(
event,
width: 400,
height: 300,
fit: BoxFit.cover,
tapToView: false,
),
),
FloatingActionButton.extended(
onPressed: () => showDialog(
context: Matrix.of(context).navigatorContext,

Loading…
Cancel
Save