no bug - disable screenshot until Google bug 16941 is worked around. r=mfinkle

This commit is contained in:
Doug Turner 2011-11-21 10:16:52 -08:00
parent 2b9d742642
commit e0f64fc777

View File

@ -73,8 +73,10 @@ public class PlaceholderLayerClient extends LayerClient {
}
public void init() {
mTask = new FetchImageTask();
mTask.execute();
// Until http://code.google.com/p/android/issues/detail?id=16941
// is worked around, do not load the last screenshot as it will OOM
// mTask = new FetchImageTask();
// mTask.execute();
}
public void destroy() {