qiheonlinelibrary/src/main/java/com/dayu/qiheonlinelibrary/net/progress/NetLoadingDialog.java
@@ -44,12 +44,6 @@ public void startAnim() { try { this.show(); // mHandler.postDelayed(new Runnable() { // @Override // public void run() { // mAnimationDrawable.start(); // } // }, 100); } catch (Exception e) { } @@ -57,7 +51,7 @@ public void stopAnim() { try { // mAnimationDrawable.stop(); this.dismiss(); } catch (Exception e) {