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 = {
|
actions = {
|
||||||
IconButton(
|
IconButton(
|
||||||
onClick = {}, modifier = Modifier
|
onClick = { wantsToEditRelays = true }, modifier = Modifier
|
||||||
) {
|
) {
|
||||||
Icon(
|
Icon(
|
||||||
painter = painterResource(R.drawable.ic_trends),
|
painter = painterResource(R.drawable.ic_trends),
|
||||||
|
|||||||
Reference in New Issue
Block a user