chore: simplify pangea comments
This commit is contained in:
parent
c46236bb6c
commit
8520e3d59e
1 changed files with 11 additions and 9 deletions
|
|
@ -144,25 +144,27 @@ class _MessageSearchResultListTile extends StatelessWidget {
|
||||||
),
|
),
|
||||||
const SizedBox(width: 8),
|
const SizedBox(width: 8),
|
||||||
// #Pangea
|
// #Pangea
|
||||||
|
// Text(
|
||||||
|
// displayname,
|
||||||
|
// ),
|
||||||
|
// Expanded(
|
||||||
|
// child: Text(
|
||||||
|
// ' | ${event.originServerTs.localizedTimeShort(context)}',
|
||||||
|
// style: const TextStyle(fontSize: 12),
|
||||||
|
// ),
|
||||||
|
// ),
|
||||||
Flexible(
|
Flexible(
|
||||||
child:
|
child: Text(
|
||||||
// Pangea#
|
|
||||||
Text(
|
|
||||||
displayname,
|
displayname,
|
||||||
// #Pangea
|
|
||||||
maxLines: 1,
|
maxLines: 1,
|
||||||
overflow: TextOverflow.ellipsis,
|
overflow: TextOverflow.ellipsis,
|
||||||
// Pangea#
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
// #Pangea
|
|
||||||
// Expanded(
|
|
||||||
// child:
|
|
||||||
// Pangea#
|
|
||||||
Text(
|
Text(
|
||||||
' | ${event.originServerTs.localizedTimeShort(context)}',
|
' | ${event.originServerTs.localizedTimeShort(context)}',
|
||||||
style: const TextStyle(fontSize: 12),
|
style: const TextStyle(fontSize: 12),
|
||||||
),
|
),
|
||||||
|
// Pangea#
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
subtitle: Linkify(
|
subtitle: Linkify(
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue