TF-4174 Display tag in opened email view when thread is disabled on web desktop
This commit is contained in:
@@ -18,6 +18,8 @@ class LabelWidget extends StatelessWidget {
|
||||
this.isTruncateLabel = false,
|
||||
});
|
||||
|
||||
factory LabelWidget.create(Label label) => LabelWidget(label: label);
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
final showTooltip =
|
||||
|
||||
Reference in New Issue
Block a user