mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: Add separate notifications for waypoints (#4131)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
parent
e5f78d101c
commit
c46fb23f00
12 changed files with 145 additions and 44 deletions
|
|
@ -89,6 +89,8 @@ class FakeMeshServiceNotifications : MeshServiceNotifications {
|
|||
channelName: String?,
|
||||
) {}
|
||||
|
||||
override fun updateWaypointNotification(contactKey: String, name: String, message: String, waypointId: Int) {}
|
||||
|
||||
override fun showAlertNotification(contactKey: String, name: String, alert: String) {}
|
||||
|
||||
override fun showNewNodeSeenNotification(node: NodeEntity) {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue