Andrew

Results 5 comments of Andrew

The solution with publicMethod.reload() do not work for me with version 1.6.4 I made ``` publicMethod.reloadCurrent = function() { index = getIndex(0); launch($related[index]); }; ``` and ``` function resizeColorBox() {...

I too get this issue with "default" image from module, not my project. I'm not the java developer and might be wrong. Unfortunately I cannot compile example with my android...

I've added PR here https://github.com/maximilienGilet/notification-bundle/pull/83

For me helped the tweak from this gist https://gist.github.com/lanrat/458066dbdeb460b9cef40dc2af639a24 It removes docker,vmware or other network interfaces from NetworkManager service. It works on my linux mint 20.2 (ubuntu 20.04).

@b-hayes , the file is /etc/NetworkManager/NetworkManager.conf, the section is (in my case) ``` [keyfile] unmanaged-devices=interface-name:docker*;interface-name:veth*;interface-name:br-*;interface-name:vmnet*;interface-name:vboxnet* ```