diff --git a/ui/src/main/java/de/mm20/launcher2/ui/launcher/search/apps/AppItemVM.kt b/ui/src/main/java/de/mm20/launcher2/ui/launcher/search/apps/AppItemVM.kt index 29398130..62b875c5 100644 --- a/ui/src/main/java/de/mm20/launcher2/ui/launcher/search/apps/AppItemVM.kt +++ b/ui/src/main/java/de/mm20/launcher2/ui/launcher/search/apps/AppItemVM.kt @@ -106,7 +106,7 @@ class AppItemVM( fun openNotification(notification: StatusBarNotification) { try { - notification.notification.contentIntent.send() + notification.notification.contentIntent?.send() } catch (e: PendingIntent.CanceledException) {} }