Closed Querschlag closed 4 years ago
This fixes a crash in 193.5233.102 where using myConnection in constructor of GTMStatusWidget would cause a null pointer exception. Subscribing in install() ensures that the connection is initialized first.
myConnection
GTMStatusWidget
install()
I tested and verified with IntelliJ IDEA 2019.3.
Thanks @Querschlag 👍
This fixes a crash in 193.5233.102 where using
myConnection
in constructor ofGTMStatusWidget
would cause a null pointer exception. Subscribing ininstall()
ensures that the connection is initialized first.I tested and verified with IntelliJ IDEA 2019.3.