kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
fix: don't show notifications for sent messages
rodzic
2ee1adb4b5
commit
4203b28a45
|
@ -1751,7 +1751,7 @@ class MeshService : Service(), Logging {
|
||||||
serviceBroadcasts.broadcastMessageStatus(p)
|
serviceBroadcasts.broadcastMessageStatus(p)
|
||||||
|
|
||||||
// Keep a record of DataPackets, so GUIs can show proper chat history
|
// Keep a record of DataPackets, so GUIs can show proper chat history
|
||||||
rememberDataPacket(p)
|
rememberDataPacket(p, false)
|
||||||
|
|
||||||
GeeksvilleApplication.analytics.track(
|
GeeksvilleApplication.analytics.track(
|
||||||
"data_send",
|
"data_send",
|
||||||
|
|
Ładowanie…
Reference in New Issue