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

Progress bar does not follow clock color when statusbar color is inverted #15

Open
ZeppLu opened this issue Apr 14, 2017 · 2 comments
Open

Comments

@ZeppLu
Copy link

ZeppLu commented Apr 14, 2017

In some apps, the color of statusbar would be inverted:

saldm
(a pic found on web, not captured on my phone)

But when using this app, I found that while the clock turned black, the color of progress bar still remained white, which makes it impossible to be distinguished from statusbar background. The same issue happens on other apps that also invert statusbar color.

PS: I've checked Follow clock color in the setting. I don't have GravityBox installed. I'm using CM 13.0 on Moto G 2014 LTE (codenamed thea).

@C3C0
Copy link
Owner

C3C0 commented Apr 15, 2017

For me it seems to be working fine. Note, that color of progress bar is not updated immediatelly when clock color changes but rather during the next update of progress bar value. Maybe this was the case?
screenshot_20170414-182110

@joserebelo
Copy link

joserebelo commented Oct 28, 2017

@C3C0 I can confirm that on LineageOS 14.1, it only follows the clock color if the clock is on the right. If the clock is centered or on the left the progress bar stays white.

LineageOS actually has 3 clocks in the status bar (left on the notification icon area, center and right on the statusbar view) and they only make visible / update the color on the one that is currently being used (see here).

The findClockIn function is probably returning the wrong one.

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

3 participants