Commit fd7f5bb
Keep the order of Modals that we can dismiss in sequence (facebook#24961)
Summary:
Fixes facebook#16037.
We need to keep the order of Modals, if we dismiss Modal randomly(before we use hash table), some Modals may not dismiss successfully.
This PR should based on facebook#24959.
## Changelog
[iOS] [Fixed] - Keep the order of Modals that we can dismiss in sequence
Pull Request resolved: facebook#24961
Differential Revision: D15621858
Pulled By: cpojer
fbshipit-source-id: 964729f8f4584995f4e1dd527af4b61534d369ba1 parent afc142b commit fd7f5bb
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
0 commit comments