提交 67528861 编写于 作者: A anthony

7124326: [macosx] An issue similar to autoshutdown one in two AppContexts situation.

Summary: Don't add SystemTrayPeer to the peers map
Reviewed-by: art, leonidr
上级 f184e7c9
...@@ -216,7 +216,6 @@ public class LWCToolkit extends LWToolkit { ...@@ -216,7 +216,6 @@ public class LWCToolkit extends LWToolkit {
@Override @Override
public SystemTrayPeer createSystemTray(SystemTray target) { public SystemTrayPeer createSystemTray(SystemTray target) {
SystemTrayPeer peer = new CSystemTray(); SystemTrayPeer peer = new CSystemTray();
targetCreatedPeer(target, peer);
return peer; return peer;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册