Commit c64c72dd authored by fallenstardust's avatar fallenstardust

MainActivity onStop不清除压缩包缓存

parent 8423a99e
......@@ -166,7 +166,7 @@ public abstract class HomeActivity extends BaseActivity implements NavigationVie
@Override
protected void onStop() {
mImageLoader.clearZipCache();
//mImageLoader.clearZipCache();
super.onStop();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment