Commit 68c6dfac authored by Jeffrey I. Schiller's avatar Jeffrey I. Schiller Committed by Evan W. Patton

Hide Progress Dialog on Companion Update

When the “OK” button on the Companion Update dialog is pressed, properly
hide the ConnectProgressBar as we are now no longer connecting.

Change-Id: I4c5f24a5e8979757d6e7066c734ba40078e4a8ce
parent 9f415510
......@@ -104,6 +104,8 @@ public final class ConnectProgressBar {
$entry(@com.google.appinventor.client.ConnectProgressBar::start());
$wnd.ConnectProgressBar_setProgress =
$entry(@com.google.appinventor.client.ConnectProgressBar::setProgress(ILjava/lang/String;));
$wnd.ConnectProgressBar_hide =
$entry(@com.google.appinventor.client.ConnectProgressBar::hide());
}-*/;
}
......@@ -1407,6 +1407,7 @@ Blockly.ReplMgr.getFromRendezvous = function() {
} else {
top.ReplState.state = Blockly.ReplMgr.rsState.IDLE;
top.BlocklyPanel_indicateDisconnect();
top.ConnectProgressBar_hide();
}
});
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment