We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83e982b commit c9dc078Copy full SHA for c9dc078
bVNC/src/main/java/com/iiordanov/bVNC/input/RemoteCanvasHandler.java
@@ -600,9 +600,7 @@ public void handleMessage(final Message msg) {
600
break;
601
case RemoteClientLibConstants.GRAPHICS_SETTINGS_RECEIVED:
602
Log.e(TAG, "GRAPHICS_SETTINGS_RECEIVED");
603
- if (remoteConnection.pd != null && remoteConnection.pd.isShowing()) {
604
- remoteConnection.pd.setMessage(context.getString(R.string.info_progress_dialog_downloading));
605
- }
+ dismissProgressDialog();
606
synchronized (remoteConnection.getRfbConn()) {
607
remoteConnection.graphicsSettingsReceived = true;
608
remoteConnection.getRfbConn().notifyAll();
0 commit comments