Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix issue#7 #8

Merged
merged 1 commit into from
Sep 6, 2022
Merged

fix issue#7 #8

merged 1 commit into from
Sep 6, 2022

Conversation

Knight-ZXW
Copy link
Owner

在Android12及以上版本,每次调用ProcessPendingWork时,在 work.size()函数执行时, sWork字段已被指向为一个新的集合对象,因此 在执行代理work.size()的逻辑后,应当重新设置sWork字段,并且需要代理这个新的集合对象

    在Android12及以上版本,每次调用ProcessPendingWork时,在 work.size()函数执行时, sWork字段已被指向为一个新的集合对象,因此
    在执行代理work.size()的逻辑后,应当重新设置sWork字段,并且需要代理这个新的集合对象
@Knight-ZXW Knight-ZXW requested a review from lcj0304 September 5, 2022 12:41
@Knight-ZXW Knight-ZXW merged commit 5f96e4b into master Sep 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant