197198199200201202203204205206207
return; } if (once) { once = false; // Start the keep-alive timer at 5 second intervals. keepAliveTimer = new KeepAliveTimer(appContext, 5000); keepAliveTimer.start(); codePanelBundle.enterWorkspace(true, workspacePlace, message); } }