🐛 Fix both line in notification are subject

This commit is contained in:
LittleSheep 2024-03-24 01:36:24 +08:00
parent 827f8f1175
commit 06b4cb863e

View File

@ -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),