meshtastic / Meshtastic-Android

Android application for Meshtastic
https://meshtastic.org
GNU General Public License v3.0
628 stars 189 forks source link

feat: add unread message count #1098

Closed andrekir closed 2 weeks ago

andrekir commented 2 weeks ago

This pull request adds an unread message counter to the contacts list. The counter updates dynamically based on the number of unread messages received or read by the user in the messages fragment.

unreadCount

closes #565