feat: add update profile screen (#14)
Reviewed-on: #14
This commit was merged in pull request #14.
This commit is contained in:
@@ -501,9 +501,10 @@ fun BottomMenuList(
|
||||
val viewModel = LocalNostrViewModel.current
|
||||
|
||||
val defaultMenuList = listOf(
|
||||
"Relay Management" to { navigator.navigate(Screen.Relay) },
|
||||
"Update Profile" to { navigator.navigate(Screen.UpdateProfile) },
|
||||
"Contact List" to { },
|
||||
"Spams & Blocks" to { },
|
||||
"Contacts" to { },
|
||||
"Relay Management" to { navigator.navigate(Screen.Relay) },
|
||||
"Settings" to { }
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user