diff options
Diffstat (limited to 'main/src/cgeo/geocaching/sensors')
| -rw-r--r-- | main/src/cgeo/geocaching/sensors/GeoDirHandler.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/sensors/GeoDirHandler.java b/main/src/cgeo/geocaching/sensors/GeoDirHandler.java index 4ba555c..0af2cc8 100644 --- a/main/src/cgeo/geocaching/sensors/GeoDirHandler.java +++ b/main/src/cgeo/geocaching/sensors/GeoDirHandler.java @@ -20,7 +20,7 @@ public abstract class GeoDirHandler { private static final CgeoApplication app = CgeoApplication.getInstance(); /** - * Update method called when new data is available. + * Update method called when new data is available. This method is called on the UI thread. * * @param geoData the new geographical data * @param direction the new direction |
