mobile: hide pinned notification subtitle

This commit is contained in:
Ammar Ahmed
2023-10-30 09:58:52 +05:00
parent 6e1739da2e
commit b7690f13b1

View File

@@ -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"],