提交 ad9c91c3 编写于 作者: S Sam Judd

Fix a race in cancellation in DecodeJob.

Fixes #424.
上级 6c85b134
......@@ -130,8 +130,8 @@ class DecodeJob<A, T, Z> {
}
public void cancel() {
fetcher.cancel();
isCancelled = true;
fetcher.cancel();
}
private Resource<Z> transformEncodeAndTranscode(Resource<T> decoded) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册