-
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
[Error] Images Misaligned In Folders With Odd Grid Span #126
Comments
it's called staggered grid, you'd need to disable Original Aspect Ratio to get the normal grid layout, the app will then use your screen's AR to render wallpaper. |
It's already disabled! |
Could you scroll to top and post a screenshot of that? I mean first few items of the list. |
Umm, so my initial guess of the problem being related to odd Grid Span seems to be wrong. I tested the other options and here are my observations: Portrait: 3 and 6 are glitched but, curiously, with 6 the change is not permanent (scroll up and down and it will go back to normal) and it seems to be related to how fast you scroll (faster = glitchier). Landscape: 3, 4, 5 and 6 are all glitched like Portrait 6. |
I checked, but unfortunately this is something Compose devs have to fix. |
No worries :) |
It's a known issue and can be monitored from here: https://issuetracker.google.com/issues/339994752 |
Confirmation
Error Description
When the "Grid Span" is an odd number, the wallpaper tiles on the left get more and more out of alignment the further you scroll down.
Steps to Reproduce
Expected Behavior
The images should be perfectly aligned.
Error Logs
N/A.
Device Information
Device: POCO F5 PRO; OS: Android 13
Additional Context
I tested it in V7.0.0 and the two versions before it and the bug is present in all three versions. The above screenshot is from V6.4.0.
Sufficiency Confirmation
The text was updated successfully, but these errors were encountered: