mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-10 16:33:27 +00:00
Using the explore button to present information about the relay
This commit is contained in:
@@ -203,7 +203,7 @@ fun MainTopBar(scaffoldState: ScaffoldState, accountViewModel: AccountViewModel)
|
||||
},
|
||||
actions = {
|
||||
IconButton(
|
||||
onClick = {}, modifier = Modifier
|
||||
onClick = { wantsToEditRelays = true }, modifier = Modifier
|
||||
) {
|
||||
Icon(
|
||||
painter = painterResource(R.drawable.ic_trends),
|
||||
|
||||
Reference in New Issue
Block a user