mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix: don't show notifications for sent messages
This commit is contained in:
parent
2ee1adb4b5
commit
4203b28a45
1 changed files with 1 additions and 1 deletions
|
|
@ -1751,7 +1751,7 @@ class MeshService : Service(), Logging {
|
|||
serviceBroadcasts.broadcastMessageStatus(p)
|
||||
|
||||
// Keep a record of DataPackets, so GUIs can show proper chat history
|
||||
rememberDataPacket(p)
|
||||
rememberDataPacket(p, false)
|
||||
|
||||
GeeksvilleApplication.analytics.track(
|
||||
"data_send",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue