lyf
lyf
as of [`core/src/components/collapse/collapse.tsx` line 161~175](https://github.com/palantir/blueprint/blob/8a68efb0f73a6986ffb41a8370ae4aa42a64b15e/packages/core/src/components/collapse/collapse.tsx#L161) ``` return React.createElement( this.props.component, { className: classNames(Classes.COLLAPSE, this.props.className), style: containerStyle, }, {shouldRenderChildren ? this.props.children : null} , ); ``` `` does render itself in ``...
``` 05-14 18:27:20.577 I/ActivityManager( 1656): Start proc 11098:io.github.trojan_gfw.igniter:proxy/u0a335 for service {io.github.trojan_gfw.igniter/io.github.trojan_gfw.igniter.ProxyService} 05-14 18:27:20.624 V/StorageRedirect( 1311): requestCheckProcess: pid=11098, uid=10335, pkg=io.github.trojan_gfw.igniter 05-14 18:27:20.624 V/StorageRedirect( 1311): requestCheckProcess: pid=11098, uid=10335, pkg=io.github.trojan_gfw.igniter, proc=io.github.trojan_gfw.igniter:proxy 05-14 18:27:20.625...
@aki263I'm connecting upon a Nokia G-010S-P module (with openwrt modded firmware) and it works pretty fine. You need some workaround to let OLT recognize it as a legit ONU though
It's working on targetSDK: 29 but failed on 30 or above. ``` W/DefaultLinkHandler: No activity found for URI: https://somewhere ``` Seems like the DefaultLinkHandler reads packages list that was forbidden...