Merge pull request #1 from AriaLyy/master

从主项目合并
pull/657/head
DaveBoy 5 years ago committed by GitHub
commit 4951dda5b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      PublicComponent/src/main/java/com/arialyy/aria/core/group/AbsGroupLoaderUtil.java
  2. 1
      README.md

@ -97,6 +97,7 @@ public abstract class AbsGroupLoaderUtil implements IUtil {
ALog.w(TAG, "启动组合任务失败,任务已停止或已取消");
return;
}
mListener.onPre();
buildLoaderStructure();
new Thread(mLoader).start();

@ -155,6 +155,7 @@ protected void onCreate(Bundle savedInstanceState) {
-keep class **$$DownloadListenerProxy{ *; }
-keep class **$$UploadListenerProxy{ *; }
-keep class **$$DownloadGroupListenerProxy{ *; }
-keep class **$$DGSubListenerProxy{ *; }
-keepclasseswithmembernames class * {
@Download.* <methods>;
@Upload.* <methods>;

Loading…
Cancel
Save