Adaptive Notifications + before enabling desktop
This commit is contained in:
@@ -353,9 +353,10 @@ class _ActivitiesState extends State<Activities> {
|
||||
size: 20,
|
||||
),
|
||||
if (containsMetadata)
|
||||
Text(
|
||||
activity.metadata ?? '',
|
||||
overflow: TextOverflow.ellipsis,
|
||||
FittedBox(
|
||||
child: Text(
|
||||
activity.metadata ?? '',
|
||||
),
|
||||
)
|
||||
]),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user