-
Notifications
You must be signed in to change notification settings - Fork 29.7k
[framework] dont hit test for systemnav style if there is no bottom window padding #97771
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
Conversation
goderbauer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
| // bottom drawn pixel is at 1919 position. | ||
| bounds.bottom - 1.0 - _window.padding.bottom / 2.0, | ||
| ); | ||
| final SystemUiOverlayStyle? upperOverlayStyle = layer!.find<SystemUiOverlayStyle>(top); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would the same logic apply to the system status bar? Can this be skipped if there isn't viewPadding at the top?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea, let me check that...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you hide this on iOS or just Android?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll follow up with this one another time
|
g3 testing failures are due to binding change, I'll wait til that is resolved then rebase |
|
or maybe it is already fixed... |
…r into benchy_mc_benchface
…r#97749) use 'dart pub' instead of calling the pub executable directly
Supports the desktop text editing interaction of holding shift, tapping the field, and dragging to modify the selection.
|
So I have failing google3 tests due to the Bindings change, but I already pulled latest. how do I get frob to use a different base commit - do I need to rebase? |
|
I don't think there is a way for frob to do that. I think you just have to wait until that change rolled into google3, unfortunately. @renyou would know for sure. |
…y module App.framework (flutter#97689)
…duleForcedFrame`. (flutter#97468)
…r into benchy_mc_benchface
This means there is no bottom navigation bar, so the hit test is wasted. (at least, I think so...)