🐛 Fix app notification
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user