chore: Follow up select text

pull/654/head^2
krille-chan 2 years ago
parent c7bdd9269a
commit 9d45f38400
No known key found for this signature in database

@ -191,7 +191,6 @@ class Message extends StatelessWidget {
Container(
alignment: alignment,
padding: const EdgeInsets.only(left: 8),
child: IgnorePointer(
child: Material(
color: noBubble ? Colors.transparent : color,
borderRadius: borderRadius,
@ -214,8 +213,7 @@ class Message extends StatelessWidget {
mainAxisSize: MainAxisSize.min,
crossAxisAlignment: CrossAxisAlignment.start,
children: <Widget>[
if (event.relationshipType ==
RelationshipTypes.reply)
if (event.relationshipType == RelationshipTypes.reply)
FutureBuilder<Event?>(
future: event.getReplyEvent(timeline),
builder: (BuildContext context, snapshot) {
@ -290,7 +288,6 @@ class Message extends StatelessWidget {
),
),
),
),
],
),
),

Loading…
Cancel
Save