commit | 4e712fda340cbbdd986090863bb6f169012bc18b | [log] [tgz] |
---|---|---|
author | David Pursehouse <david.pursehouse@sonymobile.com> | Fri Aug 23 17:52:36 2013 +0900 |
committer | David Pursehouse <david.pursehouse@sonymobile.com> | Fri Aug 23 17:52:36 2013 +0900 |
tree | c3b8013faf01c79c80ec0982c5d47baa9f3920a2 | |
parent | 4a82f71b205f8646b83d1e60e83c832848e9d9e5 [diff] |
Prevent possible NPE in LoginForm urlProvider is injected as @Nullable but then is used without first checking if it's null. Add checks to prevent dereference of null pointer. Change-Id: Ida2bca9ff33336df21c657f80d96752ae4c35b48