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

Fix duplicated toolbars in phone UI #837

Merged
merged 1 commit into from Jul 12, 2023
Merged

Conversation

felipeerias
Copy link
Contributor

Sometimes pages in the phone UI have two toolbars, which looks like a visual glitch.

This was happening because fragment_content_holder.xml had a toolbar, but at the same time it was embedding other fragments that also had their own toolbar.

This PR cleans that up and ensures that the layout is always correct.

Sometimes pages in the phone UI have two toolbars, which looks
like a visual glitch.

This was happening because fragment_content_holder.xml had a toolbar,
but at the same time it was embedding other fragments that also
had their own toolbar.

This PR cleans that up and ensures that the layout is always correct.
Copy link
Member

@javifernandez javifernandez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@felipeerias felipeerias merged commit 1d8a5a8 into main Jul 12, 2023
7 checks passed
@felipeerias felipeerias deleted the felipeerias/phoneToolbars branch July 12, 2023 15:58
felipeerias added a commit that referenced this pull request Jul 12, 2023
Sometimes pages in the phone UI have two toolbars, which looks
like a visual glitch.

This was happening because fragment_content_holder.xml had a toolbar,
but at the same time it was embedding other fragments that also
had their own toolbar.

This PR cleans that up and ensures that the layout is always correct.
felipeerias added a commit that referenced this pull request Aug 4, 2023
Sometimes pages in the phone UI have two toolbars, which looks
like a visual glitch.

This was happening because fragment_content_holder.xml had a toolbar,
but at the same time it was embedding other fragments that also
had their own toolbar.

This PR cleans that up and ensures that the layout is always correct.
felipeerias added a commit that referenced this pull request Aug 4, 2023
Sometimes pages in the phone UI have two toolbars, which looks
like a visual glitch.

This was happening because fragment_content_holder.xml had a toolbar,
but at the same time it was embedding other fragments that also
had their own toolbar.

This PR cleans that up and ensures that the layout is always correct.
felipeerias added a commit that referenced this pull request Aug 4, 2023
Sometimes pages in the phone UI have two toolbars, which looks
like a visual glitch.

This was happening because fragment_content_holder.xml had a toolbar,
but at the same time it was embedding other fragments that also
had their own toolbar.

This PR cleans that up and ensures that the layout is always correct.
felipeerias added a commit that referenced this pull request Aug 6, 2023
Sometimes pages in the phone UI have two toolbars, which looks
like a visual glitch.

This was happening because fragment_content_holder.xml had a toolbar,
but at the same time it was embedding other fragments that also
had their own toolbar.

This PR cleans that up and ensures that the layout is always correct.
felipeerias added a commit that referenced this pull request Aug 6, 2023
Sometimes pages in the phone UI have two toolbars, which looks
like a visual glitch.

This was happening because fragment_content_holder.xml had a toolbar,
but at the same time it was embedding other fragments that also
had their own toolbar.

This PR cleans that up and ensures that the layout is always correct.
felipeerias added a commit that referenced this pull request Aug 7, 2023
Sometimes pages in the phone UI have two toolbars, which looks
like a visual glitch.

This was happening because fragment_content_holder.xml had a toolbar,
but at the same time it was embedding other fragments that also
had their own toolbar.

This PR cleans that up and ensures that the layout is always correct.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants