-
Notifications
You must be signed in to change notification settings - Fork 7
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
Font flickering in the settings' tabs #24
Comments
Screen_Recording_20240901_012130_Launcher.mp4A video where the bug can be seen |
The font seems to reset to Roboto (when setting the font to system default globally, the flicker is gone). |
Indeed it could be. |
Yes, I expect that this is something similar.
Well, there are always more bugs than one would expect 😅 But maybe starting with 0.0.1 was a bit pessimistic. |
Describe the bug
In the Settings when changing menu a quick flickering and changing of the fonts happen
To Reproduce
Go to the settings and change tabs apps, launcher, meta, if you record your screen a slight flutter of the font happens
Expected behavior
No changing of the tabs fonts throughout the app navigation
Screenshots
Additional info
I tried debugging this issue, it does not seem to be a code issue as changing tabs does not call particular functions (if all the tabs are loaded in memory, (I tried caching all the tabs and putting breakpoints on all the functions).
I guess it's the system font that loads temporarily before hack is fully loaded but it is surprising.
The same behavior is seen when choosing an action.
Quite a lot of the code in
settingsActivity.tk
is deprecated but I'll try and update this in a future PRJust upgrading did not solve the problem on my side
The text was updated successfully, but these errors were encountered: