Does anyone have any problems with google maps whe...
# android
g
Does anyone have any problems with google maps when updating fragment to
1.3.0
?
i
"any problems" is pretty vague. Can you be more specific?
g
Yeah sorry found out that the map wasn't rendering with any version above
alpha08
. It might have to do though with the new state manager but will need to look into it before being sure. For now we had reverted back to
alpha08
and its rendering correctly.
i
That's entirely unnecessary, since you can opt out with
FragmentManager.enableNewStateManager(false)
If you find that line enough to fix your issue, please file a bug against fragments with a repro project: https://issuetracker.google.com/issues/new?component=460964&template=1182267
Every Google app has been using the new state manager for some time and haven't run into issue, so it would be good to take a look at your specific issue