1、移除部分haloapp的静态变量

2、整理hardcode tag
3、修复NPE
This commit is contained in:
CsHeng
2017-12-15 18:04:56 +08:00
parent 40fccea23a
commit 05be092d69
31 changed files with 287 additions and 118 deletions

View File

@ -225,7 +225,7 @@ public class ViewImageActivity extends Activity implements OnPageChangeListener
private void checkUrl(final String url, final ZoomSimpleDraweeView imageView) {
newUrls = new HashMap<>();
HaloApp.MAIN_EXECUTOR.execute(new Runnable() {
HaloApp.getInstance().getMainExecutor().execute(new Runnable() {
@Override
public void run() {
try {