Commit 9f1727c
fix: do not throw on empty key list
Do not throw an error on android, when an empty key array is passed to mutliSet and multiRemove1 parent 409f9fd commit 9f1727c
File tree
1 file changed
+2
-2
lines changed- android/src/main/java/com/reactnativecommunity/asyncstorage
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
| 199 | + | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
264 | | - | |
| 264 | + | |
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
| |||
0 commit comments