🐛 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),
|
||||
child: ListTile(
|
||||
title: Text(item.subject),
|
||||
subtitle: Text(item.subject),
|
||||
subtitle: Text(item.content),
|
||||
trailing: hasLinks()
|
||||
? TextButton(
|
||||
onPressed: () => showLinks(context),
|
||||
|
Reference in New Issue
Block a user