mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-07 14:16:28 -04:00
* Feat: Show channel number and name in direct message title This commit updates the message title to include the channel number and name when viewing direct messages. This improves the user experience by providing more context about the conversation. * Refactor: Improve message fragment toolbar Use MaterialToolbar's built-in title and subtitle features to display channel name and number, simplifying the layout and improving UI consistency.