Crashlytics is showing a few crashes on the following line:
if(appObj.getStationsList().get(tag)!=null){
getStationsList()
returns a LinkedHashMap<String, StationInfo>
. How can I avoid getting this error? It's ironic that my very check to avoid this error actually resulted in it.