MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / destroyView

Method destroyView

src/main/java/ui/SplashScreen.java:228–236  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

226 }
227
228 public void destroyView() {
229 if (status != null) {
230 status.setElementAt(null, 6);
231 }
232 splashimg = null;
233 AutoStatus.getInstance().appUnlocked();
234 System.gc();
235 super.destroyView();
236 }
237}

Callers 3

pointerPressedMethod · 0.95
longKeyMethod · 0.95
doKeyActionMethod · 0.95

Calls 3

getInstanceMethod · 0.95
setElementAtMethod · 0.80
appUnlockedMethod · 0.80

Tested by

no test coverage detected