question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Navigation bar clipping into action bar

See original GitHub issue

App Version: 5.19.0 Device: Pixel XL, Android 9.0 The problem: When scrolling up and down such that the navigation bar is hidden and then revealed, part of the navigation bar bleeds into the action bar. See gifs below (it’s a little hard to see, so Gabe will show you the first one and the second one is a two-frame animation showing the part that is bleeding into the action bar flashing red so you can more easily see it). Steps to reproduce: Scroll up and down until the navigation bar bleeds into the action bar. Once the navigation bar clips into the action bar, it will stay there until you interact with the search bar or a new tab is opened etc. On my device this is easily reproducible, but I have not been able to reproduce this on an emulator yet (granted I could have tried harder). Update: I have been able to reproduce this a few times on an emulator (Pixel XL, Android Q), but from my experience it takes a solid minute or two of scrolling for it to happen.

Possible fix: This no longer happens on my device after removing android:fitsSystemWindows="true" from the AppBarLayout in include_omnibar_toolbar.xml and moving it to the CoordinatorLayout in fragment_browser_tab.xml.

If this is something you would like to fix, I would be happy to submit a PR with this fix or review/test a PR that fixes this issue. If this isn’t on the list of importance and you want to put this in your back pocket and save it for a rainy day, that’s cool too! As always, if you need any more information on this or are having trouble reproducing this, feel free to ping me and I will do whatever I can to help.

premiere mock_11 DDGgif

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
CDRussellcommented, Mar 19, 2019

For the record, I love the gif! 😍

1reaction
subsymboliccommented, Mar 18, 2019

Thanks for the bug report and for entertaining us @JeffAment 😆😆😆 Regarding your question about submitting a PR, that would be great! I should have time to review it later this week.

Read more comments on GitHub >

github_iconTop Results From Across the Web

UINavigationBar button clipped - swift - Stack Overflow
I'm testing custom button for embedded navigation bar, but when passing to a second VC buttons (or when I go back from second...
Read more >
Add the app bar - Android Developers
Learn how to add a Toolbar widget to your activity, and set it as the activity's app bar. Add and handle actions: Learn...
Read more >
Top Flutter Bottom Navigation Bar packages
An animated Bottom Navigation Bar for Flutter apps, icon animates into place ... Bottom Navigation Bar with sliding menu icon and text with...
Read more >
Wrong navigation bar layout for second modal controller
Hi! There is a bug in iOS 13 that cause the navigation bar of the second controller presented modally to have a wrong...
Read more >
The status bar on the pixel 5 is way too tall - Reddit
If you go into developer options, you can change the "Display cutout" option from "Device default" to "Punch Hole cutout" and it will...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found