MCPcopy Create free account
hub / github.com/Card-Forge/forge / delayedSwitchBack

Method delayedSwitchBack

forge-gui-mobile/src/forge/Forge.java:998–1004  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

996 }
997
998 public static void delayedSwitchBack() {
999 FThreads.invokeInBackgroundThread(() -> FThreads.invokeInEdtLater(() -> {
1000 clearTransitionScreen();
1001 clearCurrentScreen();
1002 switchToLast();
1003 }));
1004 }
1005
1006 @Override
1007 public void resize(int width, int height) {

Callers 1

readObjectMethod · 0.95

Calls 5

invokeInEdtLaterMethod · 0.95
clearTransitionScreenMethod · 0.95
clearCurrentScreenMethod · 0.95
switchToLastMethod · 0.95

Tested by

no test coverage detected