diff --git a/apps/mobile/app/hooks/use-actions.js b/apps/mobile/app/hooks/use-actions.js index 5cc48a105..ad0ff8cb6 100644 --- a/apps/mobile/app/hooks/use-actions.js +++ b/apps/mobile/app/hooks/use-actions.js @@ -188,7 +188,7 @@ export const useActions = ({ close = () => null, item }) => { Notifications.displayNotification({ title: item.title, message: item.headline || text, - subtitle: item.headline || text, + subtitle: "", bigText: html, ongoing: true, actions: ["UNPIN"],