Add first tests for ShowLocationView
This commit is contained in:
parent
367e4bdbda
commit
3cbbde7c3e
5 changed files with 179 additions and 4 deletions
|
|
@ -120,10 +120,14 @@ fun ShowLocationView(
|
|||
)
|
||||
},
|
||||
navigationIcon = {
|
||||
BackButton(onClick = onBackPressed)
|
||||
BackButton(
|
||||
onClick = onBackPressed,
|
||||
)
|
||||
},
|
||||
actions = {
|
||||
IconButton(onClick = { state.eventSink(ShowLocationEvents.Share) }) {
|
||||
IconButton(
|
||||
onClick = { state.eventSink(ShowLocationEvents.Share) }
|
||||
) {
|
||||
Icon(
|
||||
imageVector = CompoundIcons.ShareAndroid(),
|
||||
contentDescription = stringResource(CommonStrings.action_share),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue