左晓为主开发手持机充值管理机
zuoxiao
2024-08-16 7cfa7455b345faa55f2d11ff21b1e6b9e678a5a2
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) {