From 4d6f6ff525b649245d79f10bf644bbad206520c9 Mon Sep 17 00:00:00 2001 From: Gustavo Martin Morcuende Date: Sun, 16 Nov 2014 16:49:40 +0100 Subject: [PATCH] WeatherInformation: remove TODO from MapActivity --- .../java/name/gumartinm/weather/information/activity/MapActivity.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/src/main/java/name/gumartinm/weather/information/activity/MapActivity.java b/app/src/main/java/name/gumartinm/weather/information/activity/MapActivity.java index 6f4ae7f..d6a89dd 100644 --- a/app/src/main/java/name/gumartinm/weather/information/activity/MapActivity.java +++ b/app/src/main/java/name/gumartinm/weather/information/activity/MapActivity.java @@ -56,7 +56,6 @@ public class MapActivity extends FragmentActivity implements // Google Play Services Map private GoogleMap mMap; - // TODO: read and store from different threads? Hopefully always from UI thread. private Marker mMarker; private LocationManager mLocationManager; @@ -396,7 +395,6 @@ public class MapActivity extends FragmentActivity implements @Override public void onLocationChanged(final Location location) { // It was called from onClickGetLocation (UI thread) This method will run in the same thread (the UI thread) - // so, I do no think there should be any problem. // Display the current location in the UI // TODO: May location not be null? -- 2.1.4