🐛 Fix app notification

This commit is contained in:
2025-11-02 23:12:11 +08:00
parent 580c36fb89
commit 5f6e4763d3

View File

@@ -17,8 +17,7 @@ class NotificationCard extends HookConsumerWidget {
Widget build(BuildContext context, WidgetRef ref) { Widget build(BuildContext context, WidgetRef ref) {
final icon = Symbols.info; final icon = Symbols.info;
return InkWell( return GestureDetector(
borderRadius: BorderRadius.all(Radius.circular(8)),
onTap: () { onTap: () {
if (notification.meta['action_uri'] != null) { if (notification.meta['action_uri'] != null) {
var uri = notification.meta['action_uri'] as String; var uri = notification.meta['action_uri'] as String;