forked from Henry-Hiles/nexus
Use empty text for displayname loading state rather than a SizedBox.shrink to help with jumping messages
This commit is contained in:
parent
6839f0bdae
commit
db9fc597f3
1 changed files with 1 additions and 1 deletions
|
|
@ -23,6 +23,6 @@ class MessageDisplayname extends ConsumerWidget {
|
||||||
style: style,
|
style: style,
|
||||||
overflow: TextOverflow.ellipsis,
|
overflow: TextOverflow.ellipsis,
|
||||||
),
|
),
|
||||||
loading: SizedBox.shrink,
|
loading: () => Text(""),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue