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

Bug: Multiple transit lines format incorrectly #11

Open
taylorterry3 opened this issue Feb 10, 2016 · 1 comment
Open

Bug: Multiple transit lines format incorrectly #11

taylorterry3 opened this issue Feb 10, 2016 · 1 comment

Comments

@taylorterry3
Copy link

I set up two different bus lines and the data polling is working, but it's not displaying quite as expected. I get everything on one line and only the first instance of "Bus" gets turned into the symbol. What I see is like:

[Bus symbol] Line A 3    Bus Line B 8

I'd expect it to be more like:

[Bus symbol] Line A 3
[Bus symbol] Line B 8

Possibly a known limitation of how the modules work? PEBKAC on my end? Sorry to not look into diagnosis, I'm a Python and R guy so I know beans about Android.

Thanks for a great app!

@ineptech
Copy link
Owner

  1. Right you are, they're supposed to display on the same line. No great reason except that's what looked best on my mirror. You could get around this by adding a newline (\n) on the second one, I believe they always display in the same predictable order.
  2. The "only the first Bus gets changed in to an icon" thing is definitely an issue, I'll look into a fix, thanks!

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

No branches or pull requests

2 participants