@Override protected void onDestroy() { super.onDestroy(); if (asyncTask != null) { asyncTask.cancel(true); } if (adapter != null) { adapter.recycleBitmaps(); } if (loadingDialog != null) { loadingDialog = null; } }
package com.dns.taxchina.ui.fragment;