Commit 9db3eb6
Remove invalidate observer instead of re-adding observer in DeviceInfo module (#43737)
Summary:
Previous fix brings in #42396. Seems it's a mistake to re-add observer?
So let's remove it and also not `invalidate` method not be called twice.
[IOS] [FIXED] - Remove invalidate observer instead of re-adding observer in DeviceInfo module
Pull Request resolved: #43737
Test Plan: Fix for #42120 also works.
Reviewed By: javache
Differential Revision: D55692219
Pulled By: cipolleschi
fbshipit-source-id: dba1ddc39a9f2611fc2b84fadf8c23827891379a1 parent c7a1f24 commit 9db3eb6
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
92 | 95 | | |
93 | 96 | | |
94 | 97 | | |
| |||
109 | 112 | | |
110 | 113 | | |
111 | 114 | | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
0 commit comments