ellenhp / aprs.tools

APRS app for Android
GNU General Public License v3.0
17 stars 1 forks source link

Fix a crash and bump version #71

Closed ellenhp closed 5 years ago

ellenhp commented 5 years ago

This crash involved the fused location provider not having any idea where the user is, and passing null to an onSuccess callback. Fixing it involved adding a null check.