-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Change drawer sync calls #8166
Change drawer sync calls #8166
Conversation
137ea0c
to
5f243fd
Compare
This is an layouting issue as the column is offset by 1 dp caused by the divider. I added an uneven spacer to compensate this. The LazyColumn is not affected by that. |
5f243fd
to
2343da0
Compare
I don't think the divider is the issue. The This will fail to align the icons when the text in |
The outer column is placed at an uneven y position and that's causing the alignment issue. |
Both views are aligned to the bottom of the drawer. It's just a matter of replicating the layout behavior. See cketti@95ac9ed |
Resolves #8146
Add a syn all accounts button to the side rail.
Depends on #8165