Commit 11309e0
committed
[Android] Clear blocking relations on drop (#4020)
## Description
During tests of new `Clickable` component Gemini pointed out that we
have small leak. This PR adds cleanup of blocking relation array on
handlers' drop.
## Test plan
Expo examples works as it used to1 parent 4225660 commit 11309e0
1 file changed
Lines changed: 2 additions & 0 deletions
File tree
- packages/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| 68 | + | |
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
| |||
0 commit comments