Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ run
Method
run
CodenameOne/src/com/codename1/social/Login.java:336–341 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
334
Display.getInstance().invokeAndBlock(
new
Runnable() {
335
336
@Override
337
public
void
run() {
338
while
(!callbackEnabled) {
339
Util.sleep(100);
340
}
341
}
342
});
343
if
(validateErr != null) {
344
throw
new
IOException(validateErr);
Callers
nothing calls this directly
Calls
1
sleep
Method · 0.95
Tested by
no test coverage detected