feat: Add separate notifications for waypoints (#4131)

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
James Rich 2026-01-04 11:57:58 -06:00 committed by GitHub
parent e5f78d101c
commit c46fb23f00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 145 additions and 44 deletions

View file

@ -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) {}