修复组合任务不执行 onPre的问题
This commit is contained in:
@@ -97,6 +97,7 @@ public abstract class AbsGroupLoaderUtil implements IUtil {
|
||||
ALog.w(TAG, "启动组合任务失败,任务已停止或已取消");
|
||||
return;
|
||||
}
|
||||
mListener.onPre();
|
||||
|
||||
buildLoaderStructure();
|
||||
new Thread(mLoader).start();
|
||||
|
||||
Reference in New Issue
Block a user