mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
refactor: migrate MessagesFragment to Compose (#1444)
This commit is contained in:
parent
5d3b36532f
commit
3c581f81a8
16 changed files with 414 additions and 477 deletions
|
|
@ -181,6 +181,9 @@ enum class AdminRoute(@StringRes val title: Int) {
|
|||
}
|
||||
|
||||
sealed interface Route {
|
||||
@Serializable
|
||||
data class Messages(val contactKey: String, val message: String = "") : Route
|
||||
|
||||
@Serializable
|
||||
data class RadioConfig(val destNum: Int? = null) : Route
|
||||
@Serializable data object User : Route
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue