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

Reland "Android Q transition by default (#82670)" #88409

Merged
merged 2 commits into from Aug 18, 2021

Conversation

AlexV525
Copy link
Member

@AlexV525 AlexV525 commented Aug 18, 2021

Reland #82670 , revert #88394 , fix #88393 and #43277 . /cc @HansMuller @jmagman

Still waiting for website's instructure to be stable until submit a breaking change note.

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read and followed the Flutter Style Guide, including Features we expect every widget to implement.
  • I signed the CLA.
  • I listed at least one issue that this PR fixes in the description above.
  • I updated/added relevant documentation (doc comments with ///).
  • I added new tests to check the change I am making or feature I am adding, or Hixie said the PR is test-exempt.
  • All existing and new tests are passing.

@flutter-dashboard flutter-dashboard bot added f: material design flutter/packages/flutter/material repository. framework flutter/packages/flutter repository. See also f: labels. tool Affects the "flutter" command-line tool. See also t: labels. labels Aug 18, 2021
@google-cla google-cla bot added the cla: yes label Aug 18, 2021
@@ -533,7 +533,7 @@ void main() {
matches(RegExp(r'^The specific RenderFlex in question is: RenderFlex#..... OVERFLOWING:$')),
startsWith(' creator: Row ← Test ← '),
contains(' ← '),
endsWith(' ⋯'),
endsWith(' ⋯'),
Copy link
Member Author

Choose a reason for hiding this comment

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

This is the fix, caused by the layout changed with the transition.

@AlexV525
Copy link
Member Author

Let me know if I should run extra tests during the pre-submit.

@AlexV525 AlexV525 linked an issue Aug 18, 2021 that may be closed by this pull request
Copy link
Contributor

@HansMuller HansMuller left a comment

Choose a reason for hiding this comment

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

The original PR - #82670 - caused a tools test failure, which I believe this PR fixes. It also caused a couple of internal golden image test failures which we can safely reset.

@HansMuller
Copy link
Contributor

HansMuller commented Aug 18, 2021

Unfortunately this caused some unexpected golden image failures on internal tests, i.e. not just failures that were obviously due to the route change animation (see internal Google issue b/197155815). We're going to have to revert again.

HansMuller pushed a commit that referenced this pull request Aug 18, 2021
blasten pushed a commit to blasten/flutter that referenced this pull request Aug 19, 2021
* Reland "Android Q transition by default (flutter#82670)"

This reverts commit 4053b4b.

* Fix `overall_experience_test.dart` for flutter_tools
@AlexV525 AlexV525 deleted the reland-new-transition branch April 7, 2022 02:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
f: material design flutter/packages/flutter/material repository. framework flutter/packages/flutter repository. See also f: labels. tool Affects the "flutter" command-line tool. See also t: labels.
Projects
None yet
2 participants