endian11
2020-09-18 b41f9db09c0145d4530e78c0c53d0a1cacd29e03
app/src/main/java/safeluck/drive/evaluation/widget/StatusDialog.java
@@ -167,5 +167,12 @@
            return progressDialog;
        }
        public void dismiss() {
            if (P.type == -1) {
                throw new IllegalArgumentException("Please set type");
            }
            progressDialog.dismiss();
        }
    }
}