Commit 61adb41
committed
fix: remove invalid handle validation that was rejecting valid callback handles
The handle validation was too strict and incorrectly rejected valid callback
handles (including 0) which caused all initialize calls to fail in integration tests1 parent 272779e commit 61adb41
1 file changed
Lines changed: 0 additions & 6 deletions
File tree
- workmanager_android/android/src/main/kotlin/dev/fluttercommunity/workmanager
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | 52 | | |
59 | 53 | | |
60 | 54 | | |
| |||
0 commit comments