Commit 9e8bf52
authored
chore: remove unnecessary override of
Remove unnecessary override of `prepareForRecycle` method
This is not needed for two reasons:
1. we return `NO` from `shouldBeRecycled`,
2. current implementation only calls to super implementation.
Closes
software-mansion/react-native-screens-labs#675prepareForRecycle method in header subview (#3447)1 parent d6c62ab commit 9e8bf52
1 file changed
+0
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | 141 | | |
147 | 142 | | |
148 | 143 | | |
| |||
0 commit comments