Commit d7da0e6
committed
Fix crash when store list is not provided
Previously, the SDK expected storeList to be set by integrators and would crash if only directDownloadList was provided.
This fix ensures the SDK only crashes when both storeList and directDownloadList are missing.1 parent fca8bcb commit d7da0e6
File tree
1 file changed
+2
-2
lines changed- appupdater/src/main/java/com/pouyaheydari/appupdater/main/ui
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
| 64 | + | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments