Commit 24e4667
Remove invalidate observer instead of re-adding observer in DeviceInfo module (facebook#43737)
Summary:
Previous fix brings in facebook#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: facebook#43737
Test Plan: Fix for facebook#42120 also works.
Reviewed By: javache
Differential Revision: D55692219
Pulled By: cipolleschi
fbshipit-source-id: dba1ddc39a9f2611fc2b84fadf8c23827891379a1 parent 888fb60 commit 24e4667
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
101 | 104 | | |
102 | 105 | | |
103 | 106 | | |
| |||
118 | 121 | | |
119 | 122 | | |
120 | 123 | | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
0 commit comments