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

Loading…
Cancel
Save