Skip to content

Conversation

@ferranpons
Copy link
Member

ISSUE

No issue

Description

We have found that maps initialization was required before launching LocationPickeractivity, to avoid this initialization we have moved it to the builder to avoid extra unnecessary code.

Screenshots

No screens

Mandatory GIF

mandatory

@ferranpons ferranpons self-assigned this Sep 27, 2023
private var otherLocationBitmapMaker: BitmapDescriptor? = null

init {
MapsInitializer.initialize(context)
Copy link
Member Author

Choose a reason for hiding this comment

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

This is the bread&butter 👀

@ferranpons ferranpons merged commit 9a7f83f into master Sep 27, 2023
@delete-merged-branch delete-merged-branch bot deleted the NO-ISSUE-Solved-maps-initialization-problem branch September 27, 2023 08:17
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.

2 participants