```if (instance != null) { instance.method // i...
# announcements
r
Copy code
if (instance != null) { 
  instance.method // it also doesn’t work  randomly 
}