Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

map-component changes #20

Merged
merged 11 commits into from Jun 23, 2022
Merged

map-component changes #20

merged 11 commits into from Jun 23, 2022

Conversation

mani-w3w
Copy link
Collaborator

  • added display functionality to allow map-component to set a selected suggestion on the W3WAutosuggestEditText.
  • updated android-wrapper dependency to 3.1.18.

@@ -32,6 +32,10 @@ internal open class AutosuggestViewModel(

var options: AutosuggestOptions = AutosuggestOptions()

fun display(suggestionWithCoordinates: SuggestionWithCoordinates) {
io(dispatchers) { _selectedSuggestion.emit(suggestionWithCoordinates) }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any specific reason why we emit flows inside io dispatcher?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good find 👍

@sonarcloud
Copy link

sonarcloud bot commented Jun 22, 2022

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@mani-w3w mani-w3w merged commit 33ef179 into dev Jun 23, 2022
@mani-w3w mani-w3w deleted the map-changes branch November 10, 2022 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants