🐛 Fix both line in notification are subject
This commit is contained in:
parent
827f8f1175
commit
06b4cb863e
@ -79,7 +79,7 @@ class NotificationItem extends StatelessWidget {
|
|||||||
padding: const EdgeInsets.only(left: 10),
|
padding: const EdgeInsets.only(left: 10),
|
||||||
child: ListTile(
|
child: ListTile(
|
||||||
title: Text(item.subject),
|
title: Text(item.subject),
|
||||||
subtitle: Text(item.subject),
|
subtitle: Text(item.content),
|
||||||
trailing: hasLinks()
|
trailing: hasLinks()
|
||||||
? TextButton(
|
? TextButton(
|
||||||
onPressed: () => showLinks(context),
|
onPressed: () => showLinks(context),
|
||||||
|
Reference in New Issue
Block a user