-
-
Notifications
You must be signed in to change notification settings - Fork 131
[BUG] Finicky text behavior when scrolling slow with blur on #191
Comments
Blur is GPU expensive. I'm guessing Tensor isn't coping with the extra expense well, it's well known for heating and throttling. Can you reproduce on another device? |
This is how BlurView works, it avoid refreshing itself when unnecessary. |
Hi! Thank you for the reply and the link to the BlurView so I could see the code. I would say do not worry about it as I may be the only one who this "bothers" (and bothers is putting it harshly!). Please do not worry about it as this is very minor and I believe your time could be spent doing something better :) Thanks for creating the app. |
I'll see what I can do, but it's not a promise. |
Yes! I actually remember the days that it was impressive if your app included a BlurView! That was if your phone had the supportive hardware! At least that's how I remember it 😂 I didn't see your reply until now but I am curious if it is reproducible on other devices. (I feel way less dumb posting this now that the dev and a user commented) |
Nah, app support blur on any Android 6+ device, I just don't allow it on Android 5 to avoid issues. Device specific blur is for QuickStep/SystemUI for Android 12+ devices, and samsung implemented this on OneUI even earlier. |
Describe the bug
Weird text behavior when scrolling
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It almost looks like the text is jumping up when scrolling earlier than it should. I feel like there should be no jitter when scrolling slowly, reading the descriptions
Screenshots
If applicable, add screenshots to help explain your problem. <--- screen recording
Device info(please complete the following information):
Additional context
Thanks for your time
The text was updated successfully, but these errors were encountered: