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

BugFix: Fix checkDynamicClass bug when startActivity. #231

Merged
merged 2 commits into from
Jul 19, 2017
Merged

BugFix: Fix checkDynamicClass bug when startActivity. #231

merged 2 commits into from
Jul 19, 2017

Conversation

erhu
Copy link
Contributor

@erhu erhu commented Jul 19, 2017

BugFix: Fix checkDynamicClass bug when startActivity.

@@ -85,15 +85,17 @@ public boolean startActivity(Activity activity, Intent intent) {

/* 检查是否是动态注册的类 */
// 如果要启动的 Activity 是动态注册的类,则直接启动,不经过 SDK。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

可以详细介绍下这块儿为什么要这么做,方便以后不会出现误解

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

注释已添加。

@jiongxuan jiongxuan merged commit ec37c73 into Qihoo360:master Jul 19, 2017
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.

2 participants