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

Resolved the issue of "Overwriting the plug-in, it may not be notified to other processes" #286

Merged
merged 2 commits into from
Aug 9, 2017

Conversation

jiongxuan
Copy link
Contributor

解决当插件同版本安装时,由于“没有正确通知到其它进程”,从而其它进程拿到的插件信息是“旧的”的问题。

解决思路:

  • 删除isNewOrUpdatePlugin逻辑判断,改为只要安装成功就通知到其它进程
  • 允许拿ParentInfo

PS:感谢360手机助手 @kevinfen9 的分析,找到了问题所在。

…d to other processes"

Also modified:
* Added the "getParentInfo" method in the PluginInfo class
* IsNewOrUpdatedPlugin removed from PmBase because it is no longer needed
@jiongxuan jiongxuan requested a review from cundong August 8, 2017 11:02
@cundong cundong merged commit db2f981 into Qihoo360:dev Aug 9, 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