Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Enabled people to chose if SystemNavigator.pop is animated on iOS.#12752

Merged
gaaclarke merged 2 commits into
flutter-team-archive:masterfrom
gaaclarke:system-navigator-pop-animated
Oct 3, 2019
Merged

Enabled people to chose if SystemNavigator.pop is animated on iOS.#12752
gaaclarke merged 2 commits into
flutter-team-archive:masterfrom
gaaclarke:system-navigator-pop-animated

Conversation

@gaaclarke

Copy link
Copy Markdown
Contributor

related issue: flutter/flutter#32382

@gaaclarke
gaaclarke requested a review from dnfield October 2, 2019 20:24
@gaaclarke

Copy link
Copy Markdown
Contributor Author

flutter/flutter#41820 . Is the related engine framework change.

@chinmaygarde chinmaygarde left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM with the nit about the BOOL in the method signature. Please also correct the typo in the commit message before landing. Thanks.

}

- (void)popSystemNavigator {
- (void)popSystemNavigator:(NSNumber*)isAnimated {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Can this just take a BOOL and make the caller do the conversion?

@gaaclarke
gaaclarke merged commit a727401 into flutter-team-archive:master Oct 3, 2019
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Oct 4, 2019
engine-flutter-autoroll added a commit to flutter/flutter that referenced this pull request Oct 4, 2019
[email protected]:flutter/engine.git/compare/62e58c5d9fc2...2e163b2

git log 62e58c5..2e163b2 --no-merges --oneline
2019-10-04 [email protected] Revert "Build AOT and test targets, generate FARs when building Fuchsia (#12761)" (flutter-team-archive/engine#12781)
2019-10-03 [email protected] Enabled people to chose if SystemNavigator.pop is animated on iOS. (flutter-team-archive/engine#12752)
2019-10-03 [email protected] Added some thread asserts to the code and made ios_surface_ safe since (flutter-team-archive/engine#12775)
2019-10-03 [email protected] Build AOT and test targets, generate FARs when building Fuchsia (flutter-team-archive/engine#12761)


If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC [email protected] on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Inconnu08 pushed a commit to Inconnu08/flutter that referenced this pull request Nov 26, 2019
[email protected]:flutter/engine.git/compare/62e58c5d9fc2...2e163b2

git log 62e58c5..2e163b2 --no-merges --oneline
2019-10-04 [email protected] Revert "Build AOT and test targets, generate FARs when building Fuchsia (flutter#12761)" (flutter-team-archive/engine#12781)
2019-10-03 [email protected] Enabled people to chose if SystemNavigator.pop is animated on iOS. (flutter-team-archive/engine#12752)
2019-10-03 [email protected] Added some thread asserts to the code and made ios_surface_ safe since (flutter-team-archive/engine#12775)
2019-10-03 [email protected] Build AOT and test targets, generate FARs when building Fuchsia (flutter-team-archive/engine#12761)


If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC [email protected] on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Development

Successfully merging this pull request may close these issues.

3 participants