Skip to content

Commit

Permalink
corrected button actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ferranpons committed Aug 21, 2023
1 parent 7190d5a commit 66a19d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/java/com/adevinta/mappicker/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ fun MainView() {
contentColor = Color.White
),
onClick = {
onMapPoisClicked(context)
onMapWithStylesClicked(context)
}
) {
Text(
Expand All @@ -293,7 +293,7 @@ fun MainView() {
contentColor = Color.White
),
onClick = {
onMapWithStylesClicked(context)
onMapPoisClicked(context)
}
) {
Text(
Expand Down

0 comments on commit 66a19d4

Please sign in to comment.