From aa7075cc4e2528d5869f737dc684e2a797be8da3 Mon Sep 17 00:00:00 2001 From: repo sync Date: Wed, 24 Jun 2009 14:59:48 +0800 Subject: Move reverse geocoder to AsyncTask and update location information asynchronously. --- src/com/android/camera/ViewImage.java | 1 - 1 file changed, 1 deletion(-) (limited to 'src/com/android/camera/ViewImage.java') diff --git a/src/com/android/camera/ViewImage.java b/src/com/android/camera/ViewImage.java index 2be152d..3c63ae2 100644 --- a/src/com/android/camera/ViewImage.java +++ b/src/com/android/camera/ViewImage.java @@ -250,7 +250,6 @@ public class ViewImage extends Activity implements View.OnClickListener { @Override protected void onDestroy() { - // This is necessary to make the ZoomButtonsController unregister // its configuration change receiver. if (mZoomButtonsController != null) { -- cgit v1.1