summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/com/android/camera/tinyplanet/TinyPlanetFragment.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/android/camera/tinyplanet/TinyPlanetFragment.java b/src/com/android/camera/tinyplanet/TinyPlanetFragment.java
index 2c9ad41a2..c49f77ef0 100644
--- a/src/com/android/camera/tinyplanet/TinyPlanetFragment.java
+++ b/src/com/android/camera/tinyplanet/TinyPlanetFragment.java
@@ -173,7 +173,7 @@ public class TinyPlanetFragment extends DialogFragment implements PreviewSizeLis
}
}
}
- }).execute();
+ }).executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR);
}
};
@@ -319,7 +319,7 @@ public class TinyPlanetFragment extends DialogFragment implements PreviewSizeLis
image.mSize, image.mSize, 0, null, doneListener, getActivity()
.getContentResolver());
}
- }).execute();
+ }).executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR);
}
/**