Commit a8dd6f7
committed
Fix crash caused by transfer account spinner
Sometimes the view received in onItemSelected is null, causing a
NullPointerException.
I couldn't reproduce the crash, although the fix seems evident.
Fixes http://crashes.to/s/93f65e0f4e61 parent 3c26b27 commit a8dd6f7
1 file changed
Lines changed: 5 additions & 3 deletions
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
325 | | - | |
326 | | - | |
327 | | - | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
328 | 330 | | |
329 | 331 | | |
330 | 332 | | |
| |||
0 commit comments