forked from reya/coop-mobile
feat: add update profile screen (#14)
Reviewed-on: https://git.reya.su/reya/coop-mobile/pulls/14
This commit is contained in:
@@ -29,6 +29,9 @@ sealed interface Screen : NavKey {
|
||||
@Serializable
|
||||
data class Profile(val pubkey: String) : Screen
|
||||
|
||||
@Serializable
|
||||
data object UpdateProfile : Screen
|
||||
|
||||
@Serializable
|
||||
data object NewChat : Screen
|
||||
|
||||
|
||||
Reference in New Issue
Block a user