-
Notifications
You must be signed in to change notification settings - Fork 9.8k
[local_auth] support localizedFallbackTitle in IOSAuthMessages #3806
Conversation
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
@googlebot I signed it! |
@stuartmorgan could you please review? |
This is pretty similar but does have some improvement of #2616. |
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.
Apologies, for the long delay in getting back to this review. Specific comments inline below, but this will also need a test, per the contribution guide. In this case, since it involves native UI, I think the easiest approach would be to add a native unit test that uses a mock LAContext
and ensures that the property is set (or not set) correctly based on a constructor method call object. See https://github.com/flutter/plugins/blob/master/packages/local_auth/example/ios/RunnerTests/FLTLocalAuthPluginTests.m
@stuartmorgan thank you for your review. |
Sorry, "constructor" was a typo in my comment. That should have said a constructed method call object.
See |
Thank you @stuartmorgan ,
|
That's because you are providing the method name of the getter. The setter for a property called |
thank you @stuartmorgan ! |
Please make sure that you've resolved all of the comment threads before requesting review next time; most of my comments were ignored in the last round. |
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.
Please make sure that you've resolved all of the comment threads before requesting review next time; most of my comments were ignored in the last round.
I don't understand why you marked all of comments as resolved while ignoring most of them, even though I specifically re-surfaced them individually and then also called out here that they needed to be addressed.
This review cannot make progress if you are repeatedly, deliberately ignoring my feedback. There is a large backlog of reviews we're trying to work though; I moved forward with this because I expected it to be straightforward to review, but if that's not going to be the case this will need to move to the backlog.
Apologies, I just realized that the issue is that the issues I called out originally existed in two places in the code, and that the one my comment on was addressed but the other wasn't. So on re-review of the current state, it looked like the code I'd commented on previously was still exactly the same, when that's not the case.
@gaaclarke Ping for review. |
@stuartmorgan conflicts are resolved. Thanks! |
Could you re-run the autoformatter? We're enforcing |
@stuartmorgan done |
Thanks! |
This pull request is not suitable for automatic merging in its current state.
|
@stuartmorgan it seems like the bot found some unresolved requests but I see only resolved conversations |
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'm not sure why the bot is unhappy. Let's see if approving again helps...
This pull request is not suitable for automatic merging in its current state.
|
No clue 🤷🏻 Landing manually. |
* google/master: (340 commits) [camera]remove "selfRef" for SavePhotoDelegate and ensure thread safety (flutter#4780) Roll Flutter from 919d205 to adafd66 (5 revisions) (flutter#4876) [google_sign_in] Update platform interface analysis options (flutter#4872) Roll Flutter from b623279 to 919d205 (2 revisions) (flutter#4871) Roll Flutter from 14a2b13 to b623279 (5 revisions) (flutter#4870) [image_picker] Update platform interface analysis options (flutter#4837) [ci] Re-enable stable webview Android tests (flutter#4867) Roll Flutter from 286c975 to 14a2b13 (1 revision) (flutter#4865) [local_auth] support localizedFallbackTitle in IOSAuthMessages (flutter#3806) [image_picker] Update app-facing and web analysis options (flutter#4838) Roll Flutter from 8386344 to 286c975 (4 revisions) (flutter#4864) Roll Flutter from e9f83cf to 8386344 (6 revisions) (flutter#4862) [camera] Switch web package to new analysis options (flutter#4834) [flutter_plugin_tool] Fix iOS/macOS naming (flutter#4861) [webview_flutter] Fix debuggingEnabled on Android (flutter#4859) Roll Flutter from ca2a751 to e9f83cf (10 revisions) (flutter#4857) fix license (flutter#4858) [video_player] add allowBackgroundPlayback option platform interface changes (flutter#4807) [video_player] Updated Pigeon version (flutter#4726) Roll Flutter from 381cb28 to ca2a751 (5 revisions) (flutter#4850) ... # Conflicts: # packages/camera/camera/CHANGELOG.md # packages/camera/camera/android/build.gradle # packages/camera/camera/android/src/main/java/io/flutter/plugins/camera/Camera.java # packages/camera/camera/android/src/main/java/io/flutter/plugins/camera/MethodCallHandlerImpl.java # packages/camera/camera/ios/Classes/CameraPlugin.m # packages/camera/camera/ios/camera.podspec # packages/camera/camera/lib/camera.dart # packages/camera/camera/lib/src/camera_controller.dart # packages/camera/camera/pubspec.yaml
Description
Add support localizedFallbackTitle in IOSAuthMessages.
Related Issues
Fixes flutter/flutter#34638
Pre-launch Checklist
[shared_preferences]
///
).If you need help, consider asking for advice on the #hackers-new channel on Discord.