Using the explore button to present information about the relay

This commit is contained in:
Vitor Pamplona 2023-02-06 18:15:54 -05:00
parent 12c330f8f6
commit 2a6a6f459c

View File

@ -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),