mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-06-15 07:04:26 +10:00
remove direct msg notification prefix
The prefix "New message from " takes up a lot of space and was not localized anyway.
This commit is contained in:
@@ -118,7 +118,7 @@ class NotificationService {
|
||||
|
||||
await _notifications.show(
|
||||
contactId?.hashCode ?? 0,
|
||||
'New message from $contactName',
|
||||
contactName,
|
||||
message,
|
||||
notificationDetails,
|
||||
payload: 'message:$contactId',
|
||||
|
||||
Reference in New Issue
Block a user