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(dynamic.apk): ChangeApkContextWrapper的Theme应该克隆BaseContext #1273

Merged
merged 1 commit into from
Dec 20, 2023

Conversation

shifujun
Copy link
Collaborator

模仿ContextThemeWrapper的做法。
否则Android内置的View,如ProgressBar在从Theme.obtainStyledAttributes 时会获取不到自己的资源。

fix #1271

模仿ContextThemeWrapper的做法。
否则Android内置的View,如ProgressBar在从Theme.obtainStyledAttributes
时会获取不到自己的资源。

fix Tencent#1271
@shifujun shifujun merged commit 4880701 into Tencent:master Dec 20, 2023
8 checks passed
@shifujun shifujun deleted the 1271 branch December 20, 2023 00:55
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.

插件manager中的view如果有ProgressBar,但是宿主不显示ProgressBar
1 participant