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

Info box snippets lose line-feed characters on Android (4.4) #85

Closed
stevesims opened this issue May 27, 2014 · 1 comment
Closed

Info box snippets lose line-feed characters on Android (4.4) #85

stevesims opened this issue May 27, 2014 · 1 comment
Labels
Milestone

Comments

@stevesims
Copy link

On testing I discovered that snippets provided for markers on Android 4.4 would lose their newline characters. In contrast on iOS newline characters make it through OK.

It appears that this is caused by line 944 of GoogleMaps.java which reads:

snippet = snippet.replaceAll("\n", "");

Commenting this line out lets snippets have newline characters.

@wf9a5m75 wf9a5m75 added this to the v1.1.1 milestone May 29, 2014
@ghost ghost closed this as completed in cc8c1a4 May 29, 2014
@wf9a5m75
Copy link
Member

The version 1.1.1 is released, and this bug fix is included. Thank you for your help.

ghost pushed a commit that referenced this issue Mar 1, 2015
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants