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

Tiles momentarily grayed-out when expanding notification shade #20

Closed
e-t-l opened this issue Feb 10, 2023 · 2 comments
Closed

Tiles momentarily grayed-out when expanding notification shade #20

e-t-l opened this issue Feb 10, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@e-t-l
Copy link

e-t-l commented Feb 10, 2023

As you can see in the screenshot below, occasionally when I swipe down the status bar, the tiles are grayed-out, as if they were disabled. This only lasts a second or less before they become active and appear as expected. This happens despite Shizuku already running.

It also does not happen EVERY time I expand the shade; it seems to only happen if I haven't expanded the shade for a while. (In other words, if I swipe down, see the tiles are momentarily grayed-out, swipe it closed, then swipe down to open it again a minute later, the tiles will still be active, NOT grayed-out.) So, it seems almost as if the app is "waking up" after the tiles have not been viewed for a while.

This occurs even when the app is exempted from battery optimization, so I'm guessing it might have something to do with background service management or memory usage?

Screenshot_20230209-211559

@CasperVerswijvelt
Copy link
Owner

This is because the tiles are running in non-active mode, which means that the tiles only get bound when the quick settings are actually open, so when the user opens the quick settings, the tile still needs to do some stuff before the state is updated, which is what you are seeing

I could look into what needs to be done if we were to switch to active mode, which I hink would fix this issue

@CasperVerswijvelt CasperVerswijvelt added the bug Something isn't working label Apr 22, 2023
@CasperVerswijvelt
Copy link
Owner

See #1 (comment)

In the 3.0.0 beta's the tiles now use active mode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants