Adaptive Notifications + before enabling desktop

This commit is contained in:
warlock
2022-03-06 18:04:53 +05:30
parent 0272b2d1fd
commit f749c4ce8d
6 changed files with 141 additions and 28 deletions

View File

@@ -353,9 +353,10 @@ class _ActivitiesState extends State<Activities> {
size: 20,
),
if (containsMetadata)
Text(
activity.metadata ?? '',
overflow: TextOverflow.ellipsis,
FittedBox(
child: Text(
activity.metadata ?? '',
),
)
]),