Commit e69dcd2
committed
Feature/call listener on error (#151)
* fix bug where if there was a problem with the datafile, we are not calling onStart. Always call onStart even if there was an issue so that the app can respond
* added findbugs for crash on API 17.
* refactor 'fix'. the stop should not call onStart. It is cleanup after onStart has been called.
* remove weird extra space.1 parent 246c5ac commit e69dcd2
File tree
3 files changed
+13
-0
lines changed- android-sdk/src/main/java/com/optimizely/ab/android/sdk
- datafile-handler/src/main/java/com/optimizely/ab/android/datafile_handler
3 files changed
+13
-0
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
362 | 362 | | |
363 | 363 | | |
364 | 364 | | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
365 | 369 | | |
366 | 370 | | |
367 | 371 | | |
| |||
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| 169 | + | |
169 | 170 | | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
170 | 178 | | |
171 | 179 | | |
172 | 180 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
0 commit comments