|
|
@ -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 {
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
|
|
|
|
],
|
|
|
|
],
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|