Commit 8b2f32b
authored
[0.80] AsyncStorageModule should not implement ModuleDataCleaner.Cleanable (#1205)
This interface is now `internal` inside React Native (starting from 0.80) and
will be removed in a future version of React Native.
The methods `clearSensitiveData` was never called altogether so it's safe to
remove.1 parent 40c36cd commit 8b2f32b
File tree
2 files changed
+6
-11
lines changed- .changeset
- packages/default-storage/android/src/main/java/com/reactnativecommunity/asyncstorage
2 files changed
+6
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 1 addition & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
35 | | - | |
36 | | - | |
| 34 | + | |
37 | 35 | | |
38 | 36 | | |
39 | 37 | | |
| |||
87 | 85 | | |
88 | 86 | | |
89 | 87 | | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | 88 | | |
99 | 89 | | |
100 | 90 | | |
| |||
0 commit comments