This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Commit 5a2c6a6
This reverts commit d93fe23.
This change is causing integration tests to fail on attempts to roll the latest master version of flutter into the packages repo.
See a sample failure here: https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8767521956894285553/+/u/Run_package_tests/native_integration_tests/stdout
The root cause seems to be that we are getting request codes in `onActivityResult` that we never added to the `requestsByCode` map, so the call to remove returns null (and we then call success getting a NPE).
More info:
1. There is a [discussion in discord here](https://discord.com/channels/608014603317936148/1161718667566919761/1161721935927980052)
2. And the failure can be reproduced by running `dart run script/tool/bin/flutter_plugin_tools.dart native-test --android --packages file_selector` from the root of the packages repo (with a flutter checkout that contains these changes).
cc @bleroux
[C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
1 parent 6ca5756 commit 5a2c6a6
File tree
7 files changed
+0
-566
lines changed- ci/licenses_golden
- shell/platform/android
- io/flutter
- embedding/engine
- systemchannels
- plugin/text
- test/io/flutter/plugin/text
7 files changed
+0
-566
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3092 | 3092 | | |
3093 | 3093 | | |
3094 | 3094 | | |
3095 | | - | |
3096 | 3095 | | |
3097 | 3096 | | |
3098 | 3097 | | |
| |||
3135 | 3134 | | |
3136 | 3135 | | |
3137 | 3136 | | |
3138 | | - | |
3139 | 3137 | | |
3140 | 3138 | | |
3141 | 3139 | | |
| |||
5865 | 5863 | | |
5866 | 5864 | | |
5867 | 5865 | | |
5868 | | - | |
5869 | 5866 | | |
5870 | 5867 | | |
5871 | 5868 | | |
| |||
5913 | 5910 | | |
5914 | 5911 | | |
5915 | 5912 | | |
5916 | | - | |
5917 | 5913 | | |
5918 | 5914 | | |
5919 | 5915 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | 27 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
268 | | - | |
269 | 268 | | |
270 | 269 | | |
271 | 270 | | |
| |||
313 | 312 | | |
314 | 313 | | |
315 | 314 | | |
316 | | - | |
317 | 315 | | |
318 | 316 | | |
319 | 317 | | |
| |||
Lines changed: 0 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
42 | | - | |
43 | 41 | | |
44 | 42 | | |
45 | 43 | | |
| |||
97 | 95 | | |
98 | 96 | | |
99 | 97 | | |
100 | | - | |
101 | 98 | | |
102 | 99 | | |
103 | 100 | | |
| |||
332 | 329 | | |
333 | 330 | | |
334 | 331 | | |
335 | | - | |
336 | 332 | | |
337 | 333 | | |
338 | 334 | | |
| |||
388 | 384 | | |
389 | 385 | | |
390 | 386 | | |
391 | | - | |
392 | | - | |
393 | | - | |
394 | 387 | | |
395 | 388 | | |
396 | 389 | | |
| |||
552 | 545 | | |
553 | 546 | | |
554 | 547 | | |
555 | | - | |
556 | | - | |
557 | | - | |
558 | | - | |
559 | | - | |
560 | | - | |
561 | 548 | | |
562 | 549 | | |
563 | 550 | | |
| |||
Lines changed: 0 additions & 122 deletions
This file was deleted.
0 commit comments