@Override public void onDestroy() { super.onDestroy(); if (null != mImage) { BitmapFetcher.cancelWork(mImage); mImage.setImageDrawable(null); } }